staging: android: sync: Fix checkpatch warning: Missing a blank line after declarations
Signed-off-by: Dipak Zope <dipakzope.kernel.org@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c643794eb3
commit
7b1046e040
@ -705,6 +705,7 @@ static long sync_fence_ioctl(struct file *file, unsigned int cmd,
|
|||||||
unsigned long arg)
|
unsigned long arg)
|
||||||
{
|
{
|
||||||
struct sync_fence *fence = file->private_data;
|
struct sync_fence *fence = file->private_data;
|
||||||
|
|
||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case SYNC_IOC_WAIT:
|
case SYNC_IOC_WAIT:
|
||||||
return sync_fence_ioctl_wait(fence, arg);
|
return sync_fence_ioctl_wait(fence, arg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user