Re: [patch v4 3/3] staging: xgifb: vb_setmode: brace style fixes

2018-01-15 Thread Greg KH
On Fri, Jan 12, 2018 at 03:34:45PM -0700, Kenny Ballou wrote: > Add braces to certain "multiline" conditions where "multiline" means > including comments. > > Signed-off-by: Kenny Ballou > --- > drivers/staging/xgifb/vb_setmode.c | 26 +- > 1 file

[patch v4 3/3] staging: xgifb: vb_setmode: brace style fixes

2018-01-12 Thread Kenny Ballou
Add braces to certain "multiline" conditions where "multiline" means including comments. Signed-off-by: Kenny Ballou --- drivers/staging/xgifb/vb_setmode.c | 26 +- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git