OSDN Git Service

staging: android: sync: Fix checkpatch warning: Missing a blank line after declarations
authorDipak Zope <dipakzope.kernel.org@gmail.com>
Tue, 19 Aug 2014 08:21:54 +0000 (04:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Aug 2014 21:04:58 +0000 (14:04 -0700)
Signed-off-by: Dipak Zope <dipakzope.kernel.org@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/sync.c

index e7b2e02..0d37495 100644 (file)
@@ -705,6 +705,7 @@ static long sync_fence_ioctl(struct file *file, unsigned int cmd,
                             unsigned long arg)
 {
        struct sync_fence *fence = file->private_data;
+
        switch (cmd) {
        case SYNC_IOC_WAIT:
                return sync_fence_ioctl_wait(fence, arg);