[PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Michael Hoefler
This patch addresses several problems in bypass.c found by checkpatch. Furthermore it removes/adds some empty lines to make the code more readable. The following problems are fixed: - line over 80 characters - space after logical operator ! - spaces instead of tabs - missing empty line after l

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Gokulnath A
Hello Michael, On Fri, Dec 20, 2013 at 7:21 PM, Michael Hoefler wrote: > This patch addresses several problems in bypass.c found by checkpatch. > Furthermore it removes/adds some empty lines to make the code more readable. > > The following problems are fixed: > - line over 80 characters > - sp

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Greg Kroah-Hartman
On Fri, Dec 20, 2013 at 08:36:48PM +0530, Gokulnath A wrote: > Hello Michael, > > On Fri, Dec 20, 2013 at 7:21 PM, Michael Hoefler > wrote: > > This patch addresses several problems in bypass.c found by checkpatch. > > Furthermore it removes/adds some empty lines to make the code more readable. >

Re: [PATCHv2 1/3] silicom: fix whitespace issues in bypass.c

2013-12-20 Thread Gokulnath A
On Fri, Dec 20, 2013 at 10:31 PM, Greg Kroah-Hartman wrote: > On Fri, Dec 20, 2013 at 08:36:48PM +0530, Gokulnath A wrote: >> Hello Michael, >> >> On Fri, Dec 20, 2013 at 7:21 PM, Michael Hoefler >> wrote: >> > This patch addresses several problems in bypass.c found by checkpatch. >> > Furthermor