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

2017-06-27 Thread Greg KH
On Tue, Jun 27, 2017 at 11:16:40AM +0200, Simo Koskinen wrote: > Fixed issues found by checkpatch.pl and changed some dev_info() > function call to dev_dgb(). Please only do one "type" of thing per patch, and no, "fix issues found by checkpatch" is not "one thing" :) Also, always use

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

2017-06-27 Thread Greg KH
On Tue, Jun 27, 2017 at 11:16:40AM +0200, Simo Koskinen wrote: > Fixed issues found by checkpatch.pl and changed some dev_info() > function call to dev_dgb(). Please only do one "type" of thing per patch, and no, "fix issues found by checkpatch" is not "one thing" :) Also, always use

[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

[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

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

2017-06-26 Thread Frans Klaver
On Mon, Jun 26, 2017 at 11:12 AM, Simo Koskinen wrote: > 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

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

2017-06-26 Thread Frans Klaver
On Mon, Jun 26, 2017 at 11:12 AM, Simo Koskinen wrote: > 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

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 b8177f5..ceef5fc

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 b8177f5..ceef5fc 100644 >> ---

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

2017-06-23 Thread Joe Perches
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 b8177f5..ceef5fc 100644 > --- a/drivers/staging/rts5208/rtsx.c > +++

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

2017-06-23 Thread Joe Perches
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 b8177f5..ceef5fc 100644 > --- a/drivers/staging/rts5208/rtsx.c > +++

[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 |

[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 +++