Re: [PATCH] Fixed coding style issues of xmit_linux.c

2017-02-03 Thread Greg KH
On Fri, Feb 03, 2017 at 07:49:26PM +0530, Abhijit Naik wrote: > This patch will increase readability of xmit_linux.c file. > > Removed following type of coding style warnings generated for xmit_linux.c, > 1. Braces {} are not necessary for single statement blocks > 2. Block comments us

[PATCH] Fixed coding style issues of xmit_linux.c

2017-02-03 Thread Abhijit Naik
This patch will increase readability of xmit_linux.c file. Removed following type of coding style warnings generated for xmit_linux.c, 1. Braces {} are not necessary for single statement blocks 2. Block comments use a trailing */ on a separate line Signed-off-by: Abhijit Naik ---