diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2013-10-10 17:41:28 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-11 20:06:11 -0400 |
commit | 1335f2d2bad83a4a1e1351e906646fd28225c602 (patch) | |
tree | c3f99f9b36750f070b27890030d1cc44fffe3132 /drivers/usb/core | |
parent | 469271f8c48f12efc63a49b5bb388a754c957a0b (diff) |
drivers: usb: core: file.c: moved asterisk to variable name
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core')
-rw-r--r-- | drivers/usb/core/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
27 | static const struct file_operations *usb_minors[MAX_USB_MINORS]; | 27 | static const struct file_operations *usb_minors[MAX_USB_MINORS]; |
28 | static DECLARE_RWSEM(minor_rwsem); | 28 | static DECLARE_RWSEM(minor_rwsem); |
29 | 29 | ||
30 | static int usb_open(struct inode * inode, struct file * file) | 30 | static int usb_open(struct inode *inode, struct file *file) |
31 | { | 31 | { |
32 | int minor = iminor(inode); | 32 | int minor = iminor(inode); |
33 | const struct file_operations *c; | 33 | const struct file_operations *c; |