Re: [PATCH v9 2/2] EDAC: add EDAC driver for DMC520

From: Scott Branden
Date: Fri Jan 17 2020 - 13:40:48 EST




On 2020-01-17 10:31 a.m., Shiping Ji wrote:

+ if (irq >= 0) {
+ ret = devm_request_irq(&pdev->dev, irq,
+ dmc520_isr, IRQF_SHARED,
+ dev_name(&pdev->dev), mci);
Align arguments on the opening brace.
I'm not sure how this can be done perfectly with tabs only :)
tabs are used first, followed by however may spaces (less than 8) needed to lineup at the end.

All other comments have been addressed in the next patch, many thanks!