From: Matthias Beyer Date: Thu, 10 Oct 2013 21:41:28 +0000 (+0200) Subject: drivers: usb: core: file.c: moved asterisk to variable name X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=1335f2d2bad83a4a1e1351e906646fd28225c602;p=deliverable%2Flinux.git drivers: usb: core: file.c: moved asterisk to variable name Signed-off-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/core/file.c b/drivers/usb/core/file.c index 903c7efcc367..3bdfbf88a0ae 100644 --- a/drivers/usb/core/file.c +++ b/drivers/usb/core/file.c @@ -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;