public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: android: add a blank line after declarations
@ 2014-08-31 20:43 Grzegorz Swirski
  2014-09-01 22:15 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Grzegorz Swirski @ 2014-08-31 20:43 UTC (permalink / raw)
  To: gregkh
  Cc: john.stultz, daniel, waydi1, alistair.strachan, grzegorz,
	pkamliya, executerx, maarten.lankhorst, devel, linux-kernel

Signed-off-by: Grzegorz Swirski <grzegorz@swirski.name>
---
 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.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-01 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-31 20:43 [PATCH] staging: android: add a blank line after declarations Grzegorz Swirski
2014-09-01 22:15 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox