Re: [PATCH 1/5] Combine ifs into one where possible to avoid unnecessary indentation level increase

2014-10-03 Thread Greg KH
On Fri, Oct 03, 2014 at 11:27:04PM +0300, Giedrius Statkevicius wrote: > From: Giedrius Statkevičius > > Join together chained if's where possible to lower the indentation level. > > Signed-off-by: Giedrius Statkevičius Your subject is "odd", in that it doesn't say what part of the kernel it i

[PATCH 1/5] Combine ifs into one where possible to avoid unnecessary indentation level increase

2014-10-03 Thread Giedrius Statkevicius
From: Giedrius Statkevičius Join together chained if's where possible to lower the indentation level. Signed-off-by: Giedrius Statkevičius --- drivers/staging/rts5208/rtsx_chip.c | 100 1 file changed, 44 insertions(+), 56 deletions(-) diff --git a/drivers