diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2013-10-05 18:02:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-05 18:00:08 -0700 |
commit | 842c19600728dc2561f06553e442031fc68c1882 (patch) | |
tree | dc7e33bd15b59a1264fe01c639005b889befbceb /drivers/usb/core | |
parent | f1125f81feca956288ef4ae4fcf47961865ab2e2 (diff) |
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>
Diffstat (limited to 'drivers/usb/core')
-rw-r--r-- | drivers/usb/core/hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c index 9795a21bc61..a063e48a7fe 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); |