From: Matthias Beyer Date: Sat, 5 Oct 2013 16:02:06 +0000 (+0200) Subject: drivers: usb: core: hcd: moved asterix to variable X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=842c19600728dc2561f06553e442031fc68c1882;p=deliverable%2Flinux.git drivers: usb: core: hcd: moved asterix to variable instead of type Signed-off-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- 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);