[PATCH v7 1/7] edac: synopsys: Fix code comments and naming convention
From: bp@alien8.de (Borislav Petkov)
Date: 2018-09-18 07:53:16
Also in:
linux-devicetree, linux-edac, lkml
From: bp@alien8.de (Borislav Petkov)
Date: 2018-09-18 07:53:16
Also in:
linux-devicetree, linux-edac, lkml
On Mon, Sep 17, 2018 at 07:54:59PM +0530, Manish Narani wrote:
Update the comments in the Synopsys EDAC driver. Minor changes to function names and return types are also included. Signed-off-by: Manish Narani <redacted> --- drivers/edac/synopsys_edac.c | 176 ++++++++++++++++++++----------------------- 1 file changed, 80 insertions(+), 96 deletions(-)
So this patch does a bunch of things together and should be split into:
* functional changes like code cleanup
* functions renaming
* comments cleanup
Maybe in that order.
This way you'll have one logical set of changes per patch and review
will be almost trivial.
Thx.
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
--