diff mbox series

usb: host: ehci-q: Fix ehci_submit_single_step_set_feature annotation typo

Message ID 20220620213621.GA694104@ubuntu
State New
Headers show
Series usb: host: ehci-q: Fix ehci_submit_single_step_set_feature annotation typo | expand

Commit Message

V4bel June 20, 2022, 9:36 p.m. UTC
Dear all,
this is Hyunwoo Kim.

I found the "argument" typo.

Signed-off-by: Hyunwoo Kim <imv4bel@gmail.com>
---
 drivers/usb/host/ehci-q.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/usb/host/ehci-q.c b/drivers/usb/host/ehci-q.c
index 1163af6fad77..807e64991e3e 100644
--- 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 arguement 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
  */