Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masanari Iida and committed by
Greg Kroah-Hartman
855ef452 aefd4920

+1 -1
+1 -1
drivers/usb/host/ehci-dbg.c
··· 107 107 HCC_PER_PORT_CHANGE_EVENT(params) ? " ppce" : "", 108 108 HCC_HW_PREFETCH(params) ? " hw prefetch" : "", 109 109 HCC_32FRAME_PERIODIC_LIST(params) ? 110 - " 32 peridic list" : ""); 110 + " 32 periodic list" : ""); 111 111 } 112 112 } 113 113 #else