[PATCH] Staging: android: fix brace coding style issue in sync_debug.c

2016-02-12 Thread Oliver Graff
Remove scope braces that were generating a warning in sync_debug.c since they were scoping a single statement Signed-off-by: Oliver Graff --- drivers/staging/android/sync_debug.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/android/sync_debug.c b

Re: [PATCH] Staging: android: fix brace coding style issue in sync_debug.c

2016-02-14 Thread Oliver Graff
Sorry, do you mean the patch won't apply or you were the wrong person to bother with this? Either way I'm so sorry if I wasted any of your time. Thanks, Oliver On Sun, Feb 14, 2016 at 7:35 PM, Greg KH wrote: > On Fri, Feb 12, 2016 at 03:52:09AM -0500, Oliver Graff wrote: >>