summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2013-10-05 18:02:06 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-05 18:00:08 -0700
commit842c19600728dc2561f06553e442031fc68c1882 (patch)
treedc7e33bd15b59a1264fe01c639005b889befbceb
parentf1125f81feca956288ef4ae4fcf47961865ab2e2 (diff)
downloadlinux-842c19600728dc2561f06553e442031fc68c1882.tar.bz2
drivers: usb: core: hcd: moved asterix to variable
instead of type Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/core/hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
index 9795a21bc612..a063e48a7fe5 100644
--- a/drivers/usb/core/hcd.c
+++ b/drivers/usb/core/hcd.c
@@ -2824,7 +2824,7 @@ void usb_remove_hcd(struct usb_hcd *hcd)
EXPORT_SYMBOL_GPL(usb_remove_hcd);
void
-usb_hcd_platform_shutdown(struct platform_device* dev)
+usb_hcd_platform_shutdown(struct platform_device *dev)
{
struct usb_hcd *hcd = platform_get_drvdata(dev);