Re: [PATCH 2/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else-if statements

2020-04-27 Thread Joe Perches
On Mon, 2020-04-27 at 18:04 +0200, Greg KH wrote: > On Mon, Apr 27, 2020 at 04:24:42PM +0100, John Oldman wrote: > > Make a better job of fixing coding style issues, this time fixing > > all blocks as per Joe Perches' comment. [] > Why is this not just one patch? Hi John. These _should_ be one

Re: [PATCH 2/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else-if statements

2020-04-27 Thread Greg KH
On Mon, Apr 27, 2020 at 04:24:42PM +0100, John Oldman wrote: > Make a better job of fixing coding style issues, this time fixing > all blocks as per Joe Perches' comment. > > Signed-off-by: John Oldman > --- > drivers/staging/rts5208/rtsx.c | 14 +- > 1 file changed, 5

[PATCH 2/2] drivers: staging: rts5208: rtsx.c fix Unbalanced braces around else-if statements

2020-04-27 Thread John Oldman
Make a better job of fixing coding style issues, this time fixing all blocks as per Joe Perches' comment. Signed-off-by: John Oldman --- drivers/staging/rts5208/rtsx.c | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/drivers/staging/rts5208/rtsx.c