[PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-07 Thread George Edward Bulmer
This fixes three instances of checkpatch warning: WARNING: line over 80 characters Signed-off-by: George Edward Bulmer <gebul...@googlemail.com> --- drivers/staging/iio/light/tsl2x7x.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/iio

[PATCH] staging: iio: light: Add breaks to lengthy lines

2018-01-07 Thread George Edward Bulmer
This fixes three instances of checkpatch warning: WARNING: line over 80 characters Signed-off-by: George Edward Bulmer --- drivers/staging/iio/light/tsl2x7x.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/staging/iio/light/tsl2x7x.c b/drivers/staging/iio

[PATCH] staging: ccree: shorten lengthy lines with breaks

2018-01-06 Thread George Edward Bulmer
This fixes five instances of checkpatch warning: WARNING: line over 80 characters Signed-off-by: George Edward Bulmer <gebul...@googlemail.com> --- drivers/staging/ccree/ssi_sysfs.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/drivers/staging

[PATCH] staging: ccree: shorten lengthy lines with breaks

2018-01-06 Thread George Edward Bulmer
This fixes five instances of checkpatch warning: WARNING: line over 80 characters Signed-off-by: George Edward Bulmer --- drivers/staging/ccree/ssi_sysfs.c | 21 - 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/drivers/staging/ccree/ssi_sysfs.c b/drivers

[PATCH] staging: most: convert macro to static function

2017-12-29 Thread George Edward Bulmer
This fixes checkpatch warning: CHECK: Macro argument reuse 'buf' - possible side effects? Signed-off-by: George Edward Bulmer <gebul...@googlemail.com> --- drivers/staging/most/net/net.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging/mo

[PATCH] staging: most: convert macro to static function

2017-12-29 Thread George Edward Bulmer
This fixes checkpatch warning: CHECK: Macro argument reuse 'buf' - possible side effects? Signed-off-by: George Edward Bulmer --- drivers/staging/most/net/net.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging/most/net/net.c b/drivers/staging/most