public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: host: ehci-q: Fix ehci_submit_single_step_set_feature annotation typo
@ 2022-06-20 21:36 Hyunwoo Kim
  2022-06-21  6:05 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Hyunwoo Kim @ 2022-06-20 21:36 UTC (permalink / raw)
  To: stern; +Cc: linux-usb

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 --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
  */
-- 
2.25.1

Regards,
Hyunwoo Kim.

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-06-21  6:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-20 21:36 [PATCH] usb: host: ehci-q: Fix ehci_submit_single_step_set_feature annotation typo Hyunwoo Kim
2022-06-21  6:05 ` Greg KH
2022-06-21  6:29   ` Hyunwoo Kim
2022-06-21  6:35     ` Greg KH
2022-06-21  6:42       ` Hyunwoo Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox