Re: [PATCH] staging: android: fix style issue

2014-08-20 Thread Joe Perches
On Wed, 2014-08-20 at 15:13 +0100, Purnendu Kapadia wrote: > checkpatch fix. add a line before the switch statement Hello Purnendu. This is a suboptimal patch description. There is no generic style asking for a blank line before a switch statement. You are actually adding a blank line separatin

[PATCH] staging: android: fix style issue

2014-08-20 Thread Purnendu Kapadia
checkpatch fix. add a line before the switch statement Signed-off-by: Purnendu Kapadia --- drivers/staging/android/sync.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/android/sync.c b/drivers/staging/android/sync.c index e7b2e02..0d37495 100644 --- a/drivers/staging/androi