projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130eac4
)
usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"
author
Deming Wang
<wangdeming@inspur.com>
Sat, 25 Mar 2023 06:38:32 +0000
(
02:38
-0400)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 29 Mar 2023 07:02:14 +0000
(09:02 +0200)
There is a spelling mistakes in dev_warn messages. Fix them.
Signed-off-by: Deming Wang <wangdeming@inspur.com>
Link:
https://lore.kernel.org/r/20230325063832.1642-1-wangdeming@inspur.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/hcd_queue.c
patch
|
blob
|
history
diff --git
a/drivers/usb/dwc2/hcd_queue.c
b/drivers/usb/dwc2/hcd_queue.c
index 0a1145592fc766924dc0978d4caf6c66ca9e5a93..0d4495c6b9f7b4c5be0fca6f64c7dbbbaa16f1a5 100644
(file)
--- 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 sch
e
duler" out of the way... */
if (!hsotg->params.uframe_sched) {
if (qh->do_split)
/* Splits are active at microframe 0 minus 1 */