Re: [PATCH] staging: rts5208: ensure braces on all arms of if stmt

2016-04-06 Thread Dan Carpenter
On Tue, Apr 05, 2016 at 05:29:17PM +0100, Nicholas Sim wrote: > Added braces on if arm of if statement where else arm already needs braces > as suggested for clarity in Documentation/CodingStyle > > Signed-off-by: Nicholas Sim > --- > drivers/staging/rts5208/ms.c | 3

[PATCH] staging: rts5208: ensure braces on all arms of if stmt

2016-04-05 Thread Nicholas Sim
Added braces on if arm of if statement where else arm already needs braces as suggested for clarity in Documentation/CodingStyle (several) Signed-off-by: Nicholas Sim --- drivers/staging/rts5208/sd.c | 16 1 file changed, 8 insertions(+), 8 deletions(-)

[PATCH] staging: rts5208: ensure braces on all arms of if stmt

2016-04-05 Thread Nicholas Sim
Added braces on if arm of if statement where else arm already needs braces as suggested for clarity in Documentation/CodingStyle Signed-off-by: Nicholas Sim --- drivers/staging/rts5208/ms.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git