Re: [PATCH v3] staging: lustre: align else if statement to coding standard

2017-02-06 Thread Joe Perches
On Mon, 2017-02-06 at 14:03 +0100, Greg Kroah-Hartman wrote: > On Mon, Feb 06, 2017 at 07:56:39AM -0500, Maksymilian Piechota wrote: > > On Mon, Feb 06, 2017 at 01:50:02PM +0100, Greg Kroah-Hartman wrote: > > > On Mon, Feb 06, 2017 at 07:26:56AM -0500, Maksymilian Piechota wrote: > > > > - move log

Re: [PATCH v3] staging: lustre: align else if statement to coding standard

2017-02-06 Thread Greg Kroah-Hartman
On Mon, Feb 06, 2017 at 07:56:39AM -0500, Maksymilian Piechota wrote: > On Mon, Feb 06, 2017 at 01:50:02PM +0100, Greg Kroah-Hartman wrote: > > On Mon, Feb 06, 2017 at 07:26:56AM -0500, Maksymilian Piechota wrote: > > > - move logical continuations at the end of line > > > - move else if statement

Re: [PATCH v3] staging: lustre: align else if statement to coding standard

2017-02-06 Thread Maksymilian Piechota
On Mon, Feb 06, 2017 at 01:50:02PM +0100, Greg Kroah-Hartman wrote: > On Mon, Feb 06, 2017 at 07:26:56AM -0500, Maksymilian Piechota wrote: > > - move logical continuations at the end of line > > - move else if statement to a single line > > - Replace spaces with tabstop. > > That's a lot of diffe

Re: [PATCH v3] staging: lustre: align else if statement to coding standard

2017-02-06 Thread Greg Kroah-Hartman
On Mon, Feb 06, 2017 at 07:26:56AM -0500, Maksymilian Piechota wrote: > - move logical continuations at the end of line > - move else if statement to a single line > - Replace spaces with tabstop. That's a lot of different things, happening all at once. Please break this up into multiple patches,

[PATCH v3] staging: lustre: align else if statement to coding standard

2017-02-06 Thread Maksymilian Piechota
- move logical continuations at the end of line - move else if statement to a single line - Replace spaces with tabstop. Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wlan-ng/