Commit 017ca3bf4aa28871a5a19830ca27e1f4726c26ec

Authored by Marlies Ruck
Committed by Greg Kroah-Hartman
1 parent 6f7f312254

staging: android: Fixed line over 80 char

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>

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

drivers/staging/android/ashmem.c
... ... @@ -704,7 +704,8 @@
704 704  
705 705 /* support of 32bit userspace on 64bit platforms */
706 706 #ifdef CONFIG_COMPAT
707   -static long compat_ashmem_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
  707 +static long compat_ashmem_ioctl(struct file *file, unsigned int cmd,
  708 + unsigned long arg)
708 709 {
709 710  
710 711 switch (cmd) {