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

Commit 017ca3bf authored by Marlies Ruck's avatar Marlies Ruck Committed by Greg Kroah-Hartman
Browse files

staging: android: Fixed line over 80 char



Fixes the following checkpatch warning:
Warning: Line over 80 characters

Signed-off-by: default avatarMarlies Ruck <marlies.ruck@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6f7f3122
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -704,7 +704,8 @@ static long ashmem_ioctl(struct file *file, unsigned int cmd, unsigned long arg)

/* support of 32bit userspace on 64bit platforms */
#ifdef CONFIG_COMPAT
static long compat_ashmem_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
static long compat_ashmem_ioctl(struct file *file, unsigned int cmd,
				unsigned long arg)
{

	switch (cmd) {