Эх сурвалжийг харах

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 <geyslan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Geyslan G. Bem 9 жил өмнө
parent
commit
c021170f1d

+ 1 - 1
drivers/usb/host/ehci.h

@@ -741,7 +741,7 @@ ehci_port_speed(struct ehci_hcd *ehci, unsigned int portsc)
 #endif
 #endif
 
 
 static inline unsigned int ehci_readl(const struct ehci_hcd *ehci,
 static inline unsigned int ehci_readl(const struct ehci_hcd *ehci,
-		__u32 __iomem * regs)
+		__u32 __iomem *regs)
 {
 {
 #ifdef CONFIG_USB_EHCI_BIG_ENDIAN_MMIO
 #ifdef CONFIG_USB_EHCI_BIG_ENDIAN_MMIO
 	return ehci_big_endian_mmio(ehci) ?
 	return ehci_big_endian_mmio(ehci) ?