projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8af0219
)
usb: host: ehci.h: move pointer operator to name side
author
Geyslan G. Bem
<geyslan@gmail.com>
Tue, 26 Jan 2016 01:44:51 +0000
(22:44 -0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 21:44:05 +0000
(13:44 -0800)
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>
drivers/usb/host/ehci.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/ehci.h
b/drivers/usb/host/ehci.h
index e587d4529e7a57b078663a8b8fa1669b344fd83a..30bf43750c674b779d29feeab94a673b54212e6f 100644
(file)
--- 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) ?