[PATCH 14/14] staging: greybus: core: Fix NULL comparison to preferred style.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Comparison to NULL could be written "!id" Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[PATCH 12/14] staging: greybus: control: fix open parenthesis alingment

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Alignment should match open parenthesis Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/control.c | 46 +++ 1 file ch

[PATCH 13/14] staging: greybus: core: Fix open parenthesis alingment

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Alignment should match open parenthesis Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[PATCH 04/14] staging: greybus: arche-platform: Fix open parenthesis alignment.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Alignment should match open parenthesis Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/arche-platform.c | 16 1 file changed, 8 inserti

[PATCH 09/14] staging: greybus: connection: fix open parenthesis alignment

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Alignment should match open parenthesis Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/connection.c | 71 +- drivers/s

[PATCH 07/14] staging: greybus: camera: Fix open parenthesis alingment.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Alignment should match open parenthesis Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/camera.c | 12 ++-- 1 file changed, 6 insertions(+), 6 de

[PATCH 11/14] staging: greybus: control: Remove multiple blank lines

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Please don't use multiple blank lines Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/control.c | 1 - 1 file changed, 1 deletion(-) diff --git a/driver

[PATCH 10/14] staging: greybus: connection: Remove multiple blank lines

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Please don't use multiple blank lines Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/connection.c | 4 1 file changed, 4 deletions(-) diff --git a

[PATCH 05/14] staging: greybus: bootrom: Fix open parenthesis alignment.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Alignment should match open parenthesis Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/bootrom.c | 22 +++--- 1 file changed, 11 inserti

[PATCH 08/14] staging: greybus: camera: Fix NULL comparison to preferred style.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Comparison to NULL could be written "!token" Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/camera.c | 16 1 file changed, 8 insertions

[PATCH 06/14] staging: greybus: bootrom: Fix line over 80 characters warning.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: WARNING: line over 80 characters Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/bootrom.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-)

[PATCH 02/14] staging: greybus: arche-apb-ctrl: Fix open parenthesis alignment.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Alignment should match open parenthesis Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/arche-apb-ctrl.c | 43 1 file ch

[PATCH 01/14] staging: greybus: arche-apb-ctrl: Remove multiple blank lines.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: Please don't use multiple blank lines Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/arche-apb-ctrl.c | 1 - 1 file changed, 1 deletion(-) diff --git a

[PATCH 03/14] staging: greybus: arche-platform: Fix typo in the comments.

2017-01-03 Thread chatzi . emanuel
From: Emmanuil Chatzipetru This warning is caught by checkpatch.pl: - CHECK: 'begining' may be misspelled - perhaps 'beginning'? Signed-off-by: Emmanuil Chatzipetru --- drivers/staging/greybus/arche-platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/