提交 7b1046e0 编写于 作者: D Dipak Zope 提交者: Greg Kroah-Hartman

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

Signed-off-by: NDipak Zope <dipakzope.kernel.org@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c643794e
...@@ -705,6 +705,7 @@ static long sync_fence_ioctl(struct file *file, unsigned int cmd, ...@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册