mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
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>
This commit is contained in:
parent
aefd492068
commit
855ef452ee
@ -107,7 +107,7 @@ static void dbg_hcc_params (struct ehci_hcd *ehci, char *label)
|
|||||||
HCC_PER_PORT_CHANGE_EVENT(params) ? " ppce" : "",
|
HCC_PER_PORT_CHANGE_EVENT(params) ? " ppce" : "",
|
||||||
HCC_HW_PREFETCH(params) ? " hw prefetch" : "",
|
HCC_HW_PREFETCH(params) ? " hw prefetch" : "",
|
||||||
HCC_32FRAME_PERIODIC_LIST(params) ?
|
HCC_32FRAME_PERIODIC_LIST(params) ?
|
||||||
" 32 peridic list" : "");
|
" 32 periodic list" : "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user