Re: [PATCH v7 1/2] staging: wlan-ng: move else if statement to a single line

2017-02-17 Thread Maksymilian Piechota
On Thu, Feb 16, 2017 at 10:27:24AM -0800, Greg Kroah-Hartman wrote: > On Wed, Feb 15, 2017 at 10:11:00AM -0500, Maksymilian Piechota wrote: > > move else if statement to a single line > > > > Signed-off-by: Maksymilian Piechota > > --- > > drivers/staging/wl

[PATCH v7 2/2] staging: wlan-ng: move logical continuation at the end of line

2017-02-15 Thread Maksymilian Piechota
move logical continuations at the end of line Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index a45ff00..1cc6c9a

[PATCH v7 1/2] staging: wlan-ng: move else if statement to a single line

2017-02-15 Thread Maksymilian Piechota
move else if statement to a single line Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index 16fb2d3..a45ff00 100644

[PATCH v7 0/2] staging: wlan-ng: align else if statement to coding standard

2017-02-15 Thread Maksymilian Piechota
PATCHv0: - Spaces replaced with tabs Maksymilian Piechota (1): staging: wlan-ng: This patch fixes the checkpatch.pl warning: else if statement still did not fulfill coding standard requirements. PATCHv2: - else if statement moved to single line Maksymilian Piechota (1): staging

Re: [PATCHv6 1/3] staging: wlan-ng: move logical continuations at the end of line

2017-02-15 Thread Maksymilian Piechota
On Tue, Feb 14, 2017 at 09:16:31AM -0800, Greg Kroah-Hartman wrote: > On Mon, Feb 13, 2017 at 09:25:49AM -0500, Maksymilian Piechota wrote: > > move logical continuations at the end of line > > > > Signed-off-by: Maksymilian Piechota > > --- > > drivers

[PATCHv6 3/3] staging: wlan-ng: realign else if continuation

2017-02-13 Thread Maksymilian Piechota
realign else if continuation Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index af83f2a..5277f36 100644 --- a/drivers

[PATCHv6 2/3] staging: wlan-ng: move else if statement to a single line

2017-02-13 Thread Maksymilian Piechota
move else if statement to a single line Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index 64a9ebc..af83f2a 100644

[PATCHv6 1/3] staging: wlan-ng: move logical continuations at the end of line

2017-02-13 Thread Maksymilian Piechota
move logical continuations at the end of line Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index 16fb2d3..64a9ebc

[PATCHv6 0/3] staging: wlan-ng: align else if statement to coding standard

2017-02-13 Thread Maksymilian Piechota
PATCHv0: - Spaces replaced with tabs Maksymilian Piechota (1): staging: wlan-ng: This patch fixes the checkpatch.pl warning: else if statement still did not fulfill coding standard requirements. PATCHv2: - else if statement moved to single line Maksymilian Piechota (1): staging

[PATCH v5 3/3] staging: wlan-ng: realign else if continuation

2017-02-07 Thread Maksymilian Piechota
Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index af83f2a..5277f36 100644 --- a/drivers/staging/wlan-ng/prism2mgmt.c

[PATCH v5 2/3] staging: wlan-ng: move else if statement to a single line

2017-02-07 Thread Maksymilian Piechota
Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index 64a9ebc..af83f2a 100644 --- a/drivers/staging/wlan-ng/prism2mgmt.c

[PATCH v5 1/3] staging: wlan-ng: move logical continuations at the end of line

2017-02-07 Thread Maksymilian Piechota
Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index 16fb2d3..64a9ebc 100644 --- a/drivers/staging/wlan-ng

[PATCH v5 0/3] staging: wlan-ng: align else if statement to coding standard

2017-02-07 Thread Maksymilian Piechota
Patch version 5: - break up particular changes to separate commits - change prefix to proper driver (wlan-ng) Maksymilian Piechota (3): staging: wlan-ng: move logical continuations at the end of line staging: wlan-ng: move else if statement to a single line staging: wlan-ng: realign else if

[PATCH v4 2/2] staging: lustre: move else if statement to a single line

2017-02-06 Thread Maksymilian Piechota
Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index 64a9ebc..af83f2a 100644 --- a/drivers/staging/wlan-ng/prism2mgmt.c

[PATCH v4 1/2] staging: lustre: move logical continuations at the end of line

2017-02-06 Thread Maksymilian Piechota
Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging/wlan-ng/prism2mgmt.c index 16fb2d3..64a9ebc 100644 --- a/drivers/staging/wlan-ng

[PATCH v4 0/2] staging: lustre: align else if statement to coding standard

2017-02-06 Thread Maksymilian Piechota
Align else if statement to normal kernel style Maksymilian Piechota (2): staging: lustre: move logical continuations at the end of line staging: lustre: move else if statement to a single line drivers/staging/wlan-ng/prism2mgmt.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions

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.

[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

[PATCH v2] staging: wlan-ng: This patch fixes the checkpatch.pl warning:

2017-01-31 Thread Maksymilian Piechota
Fix checkpatch.pl warning: WARNING: Statements should start on a tabstop V2: whole if statement cleared up 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

Re: [PATCH 001] staging: wlan-ng: Add tabstop preceding the statement

2017-01-31 Thread Maksymilian Piechota
On Tue, Jan 31, 2017 at 04:07:04AM -0800, Joe Perches wrote: > On Tue, 2017-01-31 at 06:33 -0500, Maksymilian Piechota wrote: > > On Tue, Jan 31, 2017 at 03:18:45AM -0800, Joe Perches wrote: > > > checkpatch is just a guide, it's brainless. > > > > > > T

Re: [PATCH 001] staging: wlan-ng: Add tabstop preceding the statement

2017-01-31 Thread Maksymilian Piechota
On Tue, Jan 31, 2017 at 03:18:45AM -0800, Joe Perches wrote: > On Tue, 2017-01-31 at 06:04 -0500, Maksymilian Piechota wrote: > > On Mon, Jan 30, 2017 at 08:00:36PM -0800, Joe Perches wrote: > > > On Mon, 2017-01-30 at 17:44 +0100, Greg Kroah-Hartman wrote: > > > >

Re: [PATCH 001] staging: wlan-ng: Add tabstop preceding the statement

2017-01-31 Thread Maksymilian Piechota
On Mon, Jan 30, 2017 at 08:00:36PM -0800, Joe Perches wrote: > On Mon, 2017-01-30 at 17:44 +0100, Greg Kroah-Hartman wrote: > > On Mon, Jan 30, 2017 at 11:31:42AM -0500, Maksymilian Piechota wrote: > > > This patch fixes the checkpatch.pl warning: > > > > > > W

[PATCH 001] staging: wlan-ng: Add tabstop preceding the statement

2017-01-30 Thread Maksymilian Piechota
This patch fixes the checkpatch.pl warning: WARNING: Statements should start on a tabstop Signed-off-by: Maksymilian Piechota --- drivers/staging/wlan-ng/prism2mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wlan-ng/prism2mgmt.c b/drivers/staging