projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
625e32e
)
usb: Fix typo in ehci-dbg.c
author
Masanari Iida
<standby24x7@gmail.com>
Fri, 17 Feb 2012 14:06:47 +0000
(23:06 +0900)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 21 Feb 2012 10:40:38 +0000
(11:40 +0100)
Correct spelling "peridic" to "periodic" in
drivers/usb/host/ehci-dbg.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/usb/host/ehci-dbg.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/host/ehci-dbg.c
b/drivers/usb/host/ehci-dbg.c
index d6d74d2e09f41c02400aedfb8295b0aa27613cc0..fd9109d7eb0ed9491d5212caba8d3f6af20c2452 100644
(file)
--- a/
drivers/usb/host/ehci-dbg.c
+++ b/
drivers/usb/host/ehci-dbg.c
@@
-107,7
+107,7
@@
static void dbg_hcc_params (struct ehci_hcd *ehci, char *label)
HCC_PER_PORT_CHANGE_EVENT(params) ? " ppce" : "",
HCC_HW_PREFETCH(params) ? " hw prefetch" : "",
HCC_32FRAME_PERIODIC_LIST(params) ?
- " 32 peridic list" : "");
+ " 32 peri
o
dic list" : "");
}
}
#else