* [PATCH] Fix checkpatch warning: Missing a blank line after declarations: drivers/staging/android/sync.c
@ 2014-08-19 8:21 Dipak Zope
0 siblings, 0 replies; only message in thread
From: Dipak Zope @ 2014-08-19 8:21 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: devel, linux-kernel
Signed-off-by: Dipak Zope <dipakzope.kernel.org@gmail.com>
---
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/android/sync.c
+++ b/drivers/staging/android/sync.c
@@ -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);
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-19 8:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 8:21 [PATCH] Fix checkpatch warning: Missing a blank line after declarations: drivers/staging/android/sync.c Dipak Zope
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox