Re: [PATCH 0/5] staging: lustre: lnet: klnds: Fix coding style in socklnd.c

2014-05-18 Thread Dan Carpenter
On Sun, May 18, 2014 at 06:19:12PM +0100, Masaru Nomura wrote: > These patches fix warnings below in socklnd.c to meet coding style. > Also fix some indenting due to changes to keep readability. > > WARNING: space prohibited between function name and open parenthesis '(' > WARNING: line over 80 ch

[PATCH 0/5] staging: lustre: lnet: klnds: Fix coding style in socklnd.c

2014-05-18 Thread Masaru Nomura
These patches fix warnings below in socklnd.c to meet coding style. Also fix some indenting due to changes to keep readability. WARNING: space prohibited between function name and open parenthesis '(' WARNING: line over 80 characters Masaru Nomura (5): staging: lustre: lnet: socklnd: Remove pro