Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Hyunwoo Kim and committed by
Greg Kroah-Hartman
5c586db8 274a12ea

+1 -1
+1 -1
drivers/usb/host/ehci-q.c
··· 1162 1162 * This is done in two parts: first SETUP req for GetDesc is sent then 1163 1163 * 15 seconds later, the IN stage for GetDesc starts to req data from dev 1164 1164 * 1165 - * is_setup : i/p arguement decides which of the two stage needs to be 1165 + * is_setup : i/p argument decides which of the two stage needs to be 1166 1166 * performed; TRUE - SETUP and FALSE - IN+STATUS 1167 1167 * Returns 0 if success 1168 1168 */