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

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
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment