Re: [PATCH] staging: unisys: remove braces from single statement blocks

2015-05-24 Thread Greg KH
On Sun, May 17, 2015 at 03:46:36PM -0700, Isaac Assegai wrote: > Remove the braces to satisfy this checkpatch warning: > WARNING: braces {} are not necessary for single statement blocks > > Signed-off-by: Isaac Assegai > --- > drivers/staging/unisys/virthba/virthba.c | 6 ++ > 1 file changed

[PATCH] staging: unisys: remove braces from single statement blocks

2015-05-17 Thread Isaac Assegai
Remove the braces to satisfy this checkpatch warning: WARNING: braces {} are not necessary for single statement blocks Signed-off-by: Isaac Assegai --- drivers/staging/unisys/virthba/virthba.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/staging/unisys/virthb