aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeming Wang <[email protected]>2023-03-25 06:38:32 +0000
committerGreg Kroah-Hartman <[email protected]>2023-03-29 07:02:14 +0000
commitdf9ba6a245b34332e82df07b078988abf0ac1f09 (patch)
tree7885afde888e35732b0c8ebd4d16a26d134ee468
parentxhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionals (diff)
downloadkernel-df9ba6a245b34332e82df07b078988abf0ac1f09.tar.gz
kernel-df9ba6a245b34332e82df07b078988abf0ac1f09.zip
usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"
There is a spelling mistakes in dev_warn messages. Fix them. Signed-off-by: Deming Wang <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/usb/dwc2/hcd_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/hcd_queue.c b/drivers/usb/dwc2/hcd_queue.c
index 0a1145592fc7..0d4495c6b9f7 100644
--- a/drivers/usb/dwc2/hcd_queue.c
+++ b/drivers/usb/dwc2/hcd_queue.c
@@ -1078,7 +1078,7 @@ static void dwc2_pick_first_frame(struct dwc2_hsotg *hsotg, struct dwc2_qh *qh)
earliest_frame = dwc2_frame_num_inc(frame_number, 1);
next_active_frame = earliest_frame;
- /* Get the "no microframe schduler" out of the way... */
+ /* Get the "no microframe scheduler" out of the way... */
if (!hsotg->params.uframe_sched) {
if (qh->do_split)
/* Splits are active at microframe 0 minus 1 */