projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
274a12e
)
usb: host: ehci-q: Fix ehci_submit_single_step_set_feature annotation typo
author
Hyunwoo Kim
<imv4bel@gmail.com>
Tue, 21 Jun 2022 06:42:42 +0000
(23:42 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 21 Jun 2022 14:40:31 +0000
(16:40 +0200)
I found the "argument" typo.
It seems that "argument" is more correct than "arguement".
Signed-off-by: Hyunwoo Kim <imv4bel@gmail.com>
Link:
https://lore.kernel.org/r/20220621064242.GA698757@ubuntu
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-q.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/ehci-q.c
b/drivers/usb/host/ehci-q.c
index 1163af6fad77137e67860f607225aa21279519d7..807e64991e3eabdf3441a7f4a6dbc9170f4403bc 100644
(file)
--- a/
drivers/usb/host/ehci-q.c
+++ b/
drivers/usb/host/ehci-q.c
@@
-1162,7
+1162,7
@@
submit_async (
* This is done in two parts: first SETUP req for GetDesc is sent then
* 15 seconds later, the IN stage for GetDesc starts to req data from dev
*
- * is_setup : i/p argu
e
ment decides which of the two stage needs to be
+ * is_setup : i/p argument decides which of the two stage needs to be
* performed; TRUE - SETUP and FALSE - IN+STATUS
* Returns 0 if success
*/