]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
usb: Fix typo in ehci-dbg.c
authorMasanari Iida <standby24x7@gmail.com>
Fri, 17 Feb 2012 14:06:47 +0000 (23:06 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 21:12:16 +0000 (13:12 -0800)
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>
drivers/usb/host/ehci-dbg.c

index d6d74d2e09f41c02400aedfb8295b0aa27613cc0..fd9109d7eb0ed9491d5212caba8d3f6af20c2452 100644 (file)
@@ -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 periodic list" : "");
        }
 }
 #else