projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469271f
)
drivers: usb: core: file.c: moved asterisk to variable name
author
Matthias Beyer
<mail@beyermatthias.de>
Thu, 10 Oct 2013 21:41:28 +0000
(23:41 +0200)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/usb/core/file.c
b/drivers/usb/core/file.c
index 903c7efcc3674b4f40bce24b719894d0c41d6e34..3bdfbf88a0aee73e36989c8d7adfbe3190b2e8ce 100644
(file)
--- 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;