staging: android: Fixed line over 80 char
authorMarlies Ruck <marlies.ruck@gmail.com>
Fri, 10 May 2013 20:26:30 +0000 (16:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 May 2013 12:49:31 +0000 (05:49 -0700)
Fixes the following checkpatch warning:
Warning: Line over 80 characters

Signed-off-by: Marlies Ruck <marlies.ruck@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/ashmem.c

index e681bdd9aa5f46fb31e2a1390c3559387b333bf2..21a3f7250531c6a4e7891843f08f1919a31f890e 100644 (file)
@@ -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) {
This page took 0.027767 seconds and 5 git commands to generate.