aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-02-17 09:06:47 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-24 16:12:16 -0500
commit855ef452ee112abf3973e00c53c109c5e9744add (patch)
tree2f4e53236ee3f3713f1bb7cd8cf7136d68cb4d33
parentaefd49206814413b5ade2f98ff062c4c8d47ec4f (diff)
usb: Fix typo in ehci-dbg.c
Correct spelling "peridic" to "periodic" in drivers/usb/host/ehci-dbg.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/usb/host/ehci-dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c
index d6d74d2e09f4..fd9109d7eb0e 100644
--- 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)
107 HCC_PER_PORT_CHANGE_EVENT(params) ? " ppce" : "", 107 HCC_PER_PORT_CHANGE_EVENT(params) ? " ppce" : "",
108 HCC_HW_PREFETCH(params) ? " hw prefetch" : "", 108 HCC_HW_PREFETCH(params) ? " hw prefetch" : "",
109 HCC_32FRAME_PERIODIC_LIST(params) ? 109 HCC_32FRAME_PERIODIC_LIST(params) ?
110 " 32 peridic list" : ""); 110 " 32 periodic list" : "");
111 } 111 }
112} 112}
113#else 113#else