Re: [PATCH 3/3] fs : ext2: super: fixed '==' instead '=' braces,whitespace coding style issue.

2018-02-06 Thread Randy Dunlap
On 02/06/2018 12:33 PM, devesh.pradh...@gmail.com wrote: > From: devesh pradhan > > fixed coding style issue. I think there is more here than coding style fixes. Also, did you do any testing after making these changes? > Signed-off-by: devesh pradhan > --- > fs/ext2/super.c | 59 >

[PATCH 3/3] fs : ext2: super: fixed '==' instead '=' braces,whitespace coding style issue.

2018-02-06 Thread devesh . pradhan1
From: devesh pradhan fixed coding style issue. Signed-off-by: devesh pradhan --- fs/ext2/super.c | 59 ++--- 1 file changed, 27 insertions(+), 32 deletions(-) diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 554c98b8a93a..cb80bcb693a9 10