Re: [PATCH 5/5] Staging: rts5208: spi.c: Fixed all braces issues of the file

2018-10-02 Thread Greg KH
On Sat, Sep 29, 2018 at 12:09:50PM -0400, Maxime Desroches wrote: > Fixed all the braces issues of the spi.c file > > Signed-off-by: Maxime Desroches > --- > drivers/staging/rts5208/spi.c | 153 +- > 1 file changed, 59 insertions(+), 94 deletions(-) where are pat

[PATCH 5/5] Staging: rts5208: spi.c: Fixed all braces issues of the file

2018-09-29 Thread Maxime Desroches
Fixed all the braces issues of the spi.c file Signed-off-by: Maxime Desroches --- drivers/staging/rts5208/spi.c | 153 +- 1 file changed, 59 insertions(+), 94 deletions(-) diff --git a/drivers/staging/rts5208/spi.c b/drivers/staging/rts5208/spi.c index 4675668ad9