]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drivers: usb: core: file.c: moved asterisk to variable name
authorMatthias Beyer <mail@beyermatthias.de>
Thu, 10 Oct 2013 21:41:28 +0000 (23:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Oct 2013 00:06:11 +0000 (17:06 -0700)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/file.c

index 903c7efcc3674b4f40bce24b719894d0c41d6e34..3bdfbf88a0aee73e36989c8d7adfbe3190b2e8ce 100644 (file)
@@ -27,7 +27,7 @@
 static const struct file_operations *usb_minors[MAX_USB_MINORS];
 static DECLARE_RWSEM(minor_rwsem);
 
-static int usb_open(struct inode * inode, struct file * file)
+static int usb_open(struct inode *inode, struct file *file)
 {
        int minor = iminor(inode);
        const struct file_operations *c;