Commit 7b1046e0 authored by Dipak Zope's avatar Dipak Zope Committed by Greg Kroah-Hartman

staging: android: sync: Fix checkpatch warning: Missing a blank line after declarations

Signed-off-by: default avatarDipak Zope <dipakzope.kernel.org@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c643794e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment