Staging: vme: Fix a white space issue
authorToshiaki Yamane <yamanetoshi@gmail.com>
Tue, 21 Aug 2012 11:12:33 +0000 (20:12 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 20:22:47 +0000 (13:22 -0700)
The below checkpatch error was fixed.

-ERROR: trailing whitespace

Signed-off-by: Toshiaki Yamane <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme/devices/vme_user.c

index 0170788fcdeee80a81770b878487f663a8846760..c3f94f311ca7d78ffa4c6b7fa4c841efdafcc7fc 100644 (file)
@@ -396,7 +396,7 @@ static ssize_t vme_user_write(struct file *file, const char __user *buf,
        default:
                retval = -EINVAL;
        }
-       
+
        mutex_unlock(&image[minor].mutex);
 
        if (retval > 0)