RE: [PATCH v7 1/7] edac: synopsys: Fix code comments and naming convention

2018-09-18 Thread Manish Narani
leoyang...@nxp.com; > sudeep.ho...@arm.com; amit.kuche...@linaro.org; > devicet...@vger.kernel.org; linux-kernel@vger.kernel.org; linux- > e...@vger.kernel.org; linux-arm-ker...@lists.infradead.org > Subject: Re: [PATCH v7 1/7] edac: synopsys: Fix code comments and naming > convention >

Re: [PATCH v7 1/7] edac: synopsys: Fix code comments and naming convention

2018-09-18 Thread Borislav Petkov
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 > --- > drivers/edac/synopsys_edac.c | 176 > -

[PATCH v7 1/7] edac: synopsys: Fix code comments and naming convention

2018-09-17 Thread Manish Narani
Update the comments in the Synopsys EDAC driver. Minor changes to function names and return types are also included. Signed-off-by: Manish Narani --- drivers/edac/synopsys_edac.c | 176 --- 1 file changed, 80 insertions(+), 96 deletions(-) diff --git a/dr