Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1539f225 authored by Ingrid Gallardo's avatar Ingrid Gallardo
Browse files

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



This reverts commit 7b1046e0
("staging: android: sync: Fix checkpatch warning: Missing a blank line
after declarations").

Change-Id: Ia23c2a723a2f6e7c59e4223f384739ed32340411
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent e2105f95
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -705,7 +705,6 @@ 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);