[PATCH] staging: lustre: coding style fixes found by checkpatch.pl

2017-08-29 Thread Simo Koskinen
The patch removes "WARNING: Prefer using '"%s...", __func__' to using '', this function's name, in a string" warnings reported by checkpatch.pl script. Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd

[PATCH] staging: lustre: coding style fixes found by checkpatch.pl

2017-08-29 Thread Simo Koskinen
The patch removes "WARNING: Prefer using '"%s...", __func__' to using '', this function's name, in a string" warnings reported by checkpatch.pl script. Signed-off-by: Simo Koskinen --- drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 2 +- drivers/staging/

[PATCH] staging: comedi: coding style fixes found by checkpatch.pl

2017-08-28 Thread Simo Koskinen
The patch removes "WARNING: Prefer using '"%s...", __func__' to using '', this function's name, in a string" warnings reported by checkpatch.pl script. Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/comedi/drivers.c | 4 ++-- 1 file c

[PATCH] staging: comedi: coding style fixes found by checkpatch.pl

2017-08-28 Thread Simo Koskinen
The patch removes "WARNING: Prefer using '"%s...", __func__' to using '', this function's name, in a string" warnings reported by checkpatch.pl script. Signed-off-by: Simo Koskinen --- drivers/staging/comedi/drivers.c | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

[PATCH] Staging: pi433: Coding style fixes

2017-07-18 Thread Simo Koskinen
Fixes if-statement related warning and errors reported by checkpatch.pl Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/pi433/pi433_if.c | 253 +-- drivers/staging/pi433/rf69.c | 69 ++- 2 files changed, 148 inse

[PATCH] Staging: pi433: Coding style fixes

2017-07-18 Thread Simo Koskinen
Fixes if-statement related warning and errors reported by checkpatch.pl Signed-off-by: Simo Koskinen --- drivers/staging/pi433/pi433_if.c | 253 +-- drivers/staging/pi433/rf69.c | 69 ++- 2 files changed, 148 insertions(+), 174 deletions(-) diff

[PATCH] Staging: vt6655: Fixing coding style warnings

2017-07-17 Thread Simo Koskinen
Removes following warnings found by checkpatch.pl script: WARNING: Prefer using '"%s...", __func__' to using 'xxx', this function's name, in a string Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/vt6655/card.c | 6 +++--- drivers/staging/vt6655/mac.c

[PATCH] Staging: vt6655: Fixing coding style warnings

2017-07-17 Thread Simo Koskinen
Removes following warnings found by checkpatch.pl script: WARNING: Prefer using '"%s...", __func__' to using 'xxx', this function's name, in a string Signed-off-by: Simo Koskinen --- drivers/staging/vt6655/card.c | 6 +++--- drivers/staging/vt6655/mac.c | 2 +- 2 files changed, 4

[PATCH] staging: rts5208 : Fixing coding style warnings

2017-06-28 Thread Simo Koskinen
Fixed following warnings found by checkpatch.pl script: WARNING: Prefer using '"%s...", __func__' to using '', this function's name, in a string Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/rts5208/rtsx.c | 2 -- drivers/staging/rts5208/

[PATCH] staging: rts5208 : Fixing coding style warnings

2017-06-28 Thread Simo Koskinen
Fixed following warnings found by checkpatch.pl script: WARNING: Prefer using '"%s...", __func__' to using '', this function's name, in a string Signed-off-by: Simo Koskinen --- drivers/staging/rts5208/rtsx.c | 2 -- drivers/staging/rts5208/rtsx_chip.c | 4 ++-- drive

[PATCH] staging: rts5208 : Fixing coding style warnings

2017-06-28 Thread Simo Koskinen
Fixed following warnings found by checkpatch.pl script: WARNING: Prefer using '"%s...", __func__' to using '', this function's name, in a string Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/rts5208/rtsx.c | 2 +- drivers/staging/rts5208/

[PATCH] staging: rts5208 : Fixing coding style warnings

2017-06-28 Thread Simo Koskinen
Fixed following warnings found by checkpatch.pl script: WARNING: Prefer using '"%s...", __func__' to using '', this function's name, in a string Signed-off-by: Simo Koskinen --- drivers/staging/rts5208/rtsx.c | 2 +- drivers/staging/rts5208/rtsx_chip.c | 5 +++-- drive

[PATCH] Staging: rts5208 : checkpatch.pl fixes

2017-06-27 Thread Simo Koskinen
Fixed issues found by checkpatch.pl and changed some dev_info() function call to dev_dgb(). Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/rts5208/rtsx.c | 8 drivers/staging/rts5208/rtsx_chip.c | 5 +++-- drivers/staging/rts5208/sd.c

[PATCH] Staging: rts5208 : checkpatch.pl fixes

2017-06-27 Thread Simo Koskinen
Fixed issues found by checkpatch.pl and changed some dev_info() function call to dev_dgb(). Signed-off-by: Simo Koskinen --- drivers/staging/rts5208/rtsx.c | 8 drivers/staging/rts5208/rtsx_chip.c | 5 +++-- drivers/staging/rts5208/sd.c| 8 drivers/staging

Re: [PATCH] Staging : rts5208 : checkpatch.pl fixes

2017-06-26 Thread Simo Koskinen
On Fri, Jun 23, 2017 at 5:59 PM, Joe Perches <j...@perches.com> wrote: > On Fri, 2017-06-23 at 15:55 +0200, Simo Koskinen wrote: >> Fixed some issues reported by checkpatch.pl script. > [] >> diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c &

Re: [PATCH] Staging : rts5208 : checkpatch.pl fixes

2017-06-26 Thread Simo Koskinen
On Fri, Jun 23, 2017 at 5:59 PM, Joe Perches wrote: > On Fri, 2017-06-23 at 15:55 +0200, Simo Koskinen wrote: >> Fixed some issues reported by checkpatch.pl script. > [] >> diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c >> index

[PATCH] Staging : rts5208 : checkpatch.pl fixes

2017-06-23 Thread Simo Koskinen
Fixed some issues reported by checkpatch.pl script. Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/rts5208/rtsx.c | 2 +- drivers/staging/rts5208/rtsx_chip.c | 6 -- drivers/staging/rts5208/sd.c| 14 ++ drivers/staging/rts5208

[PATCH] Staging : rts5208 : checkpatch.pl fixes

2017-06-23 Thread Simo Koskinen
Fixed some issues reported by checkpatch.pl script. Signed-off-by: Simo Koskinen --- drivers/staging/rts5208/rtsx.c | 2 +- drivers/staging/rts5208/rtsx_chip.c | 6 -- drivers/staging/rts5208/sd.c| 14 ++ drivers/staging/rts5208/spi.c | 11

[PATCH] vt6656: Coding style fixes

2017-05-04 Thread Simo Koskinen
Fixed coding style warnings reported by checkpatch.pl. Signed-off-by: Simo Koskinen <koskis...@gmail.com> --- drivers/staging/vt6656/rxtx.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c

[PATCH] vt6656: Coding style fixes

2017-05-04 Thread Simo Koskinen
Fixed coding style warnings reported by checkpatch.pl. Signed-off-by: Simo Koskinen --- drivers/staging/vt6656/rxtx.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c index 6341349..2609c1e 100644