Re: [PATCH] staging: android: sync_debug.c: remove unnecessary braces

2016-02-07 Thread Greg KH
On Wed, Jan 06, 2016 at 10:36:46PM +0100, Robin Krahl wrote: > Remove unnecessary braces {} around a single statement within a for loop. > Indicated by checkpatch. > > Signed-off-by: Robin Krahl > --- > drivers/staging/android/sync_debug.c | 3 +-- > 1 file changed, 1

[PATCH] staging: android: sync_debug.c: remove unnecessary braces

2016-01-06 Thread Robin Krahl
Remove unnecessary braces {} around a single statement within a for loop. Indicated by checkpatch. Signed-off-by: Robin Krahl --- drivers/staging/android/sync_debug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git