Re: [PATCH v4 2/3] staging: lustre: fix coding style errors

2015-03-01 Thread Greg KH
On Tue, Feb 10, 2015 at 08:36:20PM +0200, Tal Shorer wrote: > fix the following coding style error in > drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c: > initialization of min_watchdog_ratelimit (static int) to 0 > > for clarity's sake, the "= 0" is kept as part of a comment > >

Re: [PATCH v4 2/3] staging: lustre: fix coding style errors

2015-03-01 Thread Greg KH
On Tue, Feb 10, 2015 at 08:36:20PM +0200, Tal Shorer wrote: fix the following coding style error in drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c: initialization of min_watchdog_ratelimit (static int) to 0 for clarity's sake, the = 0 is kept as part of a comment Signed-off-by:

[PATCH v4 2/3] staging: lustre: fix coding style errors

2015-02-10 Thread Tal Shorer
fix the following coding style error in drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c: initialization of min_watchdog_ratelimit (static int) to 0 for clarity's sake, the "= 0" is kept as part of a comment Signed-off-by: Tal Shorer ---

[PATCH v4 2/3] staging: lustre: fix coding style errors

2015-02-10 Thread Tal Shorer
fix the following coding style error in drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c: initialization of min_watchdog_ratelimit (static int) to 0 for clarity's sake, the = 0 is kept as part of a comment Signed-off-by: Tal Shorer tal.sho...@gmail.com ---