From: Geyslan G. Bem Date: Tue, 26 Jan 2016 01:44:51 +0000 (-0300) Subject: usb: host: ehci.h: move pointer operator to name side X-Git-Tag: next-20160210~20^2~40 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c021170f1da3448d398614b6bc546f3dee256979;p=karo-tx-linux.git usb: host: ehci.h: move pointer operator to name side The pointer operator must be sticked to name. Caught by checkpatch: ERROR: "foo * bar" should be "foo *bar" Signed-off-by: Geyslan G. Bem Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index e587d4529e7a..30bf43750c67 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h @@ -741,7 +741,7 @@ ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc) #endif static inline unsigned int ehci_readl(const struct ehci_hcd *ehci, - __u32 __iomem * regs) + __u32 __iomem *regs) { #ifdef CONFIG_USB_EHCI_BIG_ENDIAN_MMIO return ehci_big_endian_mmio(ehci) ?