Re: [PATCH] staging: lustre: lustre: lclient: Removed the else statement

2015-09-18 Thread Greg KH
On Thu, Sep 17, 2015 at 09:44:41PM +0530, Anjali Menon wrote: > Removed the else statement along with some unwanted brackets > to fix the following coding style warning detected by > checkpatch. > > WARNING: else is not generally useful after a break or return > > Signed-off-by: Anjali Menon > -

Re: [PATCH] staging: lustre: lustre: lclient: Removed the else statement

2015-09-17 Thread Jaime Arrocha
On 09/17/2015 11:14 AM, Anjali Menon wrote: Removed the else statement along with some unwanted brackets to fix the following coding style warning detected by checkpatch. WARNING: else is not generally useful after a break or return Signed-off-by: Anjali Menon --- drivers/staging/lustre/lus

[PATCH] staging: lustre: lustre: lclient: Removed the else statement

2015-09-17 Thread Anjali Menon
Removed the else statement along with some unwanted brackets to fix the following coding style warning detected by checkpatch. WARNING: else is not generally useful after a break or return Signed-off-by: Anjali Menon --- drivers/staging/lustre/lustre/lclient/lcommon_cl.c | 16 +++-