From 1335f2d2bad83a4a1e1351e906646fd28225c602 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 10 Oct 2013 23:41:28 +0200 Subject: [PATCH] drivers: usb: core: file.c: moved asterisk to variable name Signed-off-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- drivers/usb/core/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1