Skip to content

Commit 2dc0194

Browse files
diegoherranzgregkh
authored andcommitted
doc: usb: Fix typo in gadget_multi documentation
It tries to "match" drivers for each interface (not "much"). Signed-off-by: Diego Herranz <diegoherranz@diegoherranz.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f9a85f6 commit 2dc0194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/usb/gadget_multi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For the gadget two work under Windows two conditions have to be met:
4343
First of all, Windows need to detect the gadget as an USB composite
4444
gadget which on its own have some conditions[4]. If they are met,
4545
Windows lets USB Generic Parent Driver[5] handle the device which then
46-
tries to much drivers for each individual interface (sort of, don't
46+
tries to match drivers for each individual interface (sort of, don't
4747
get into too many details).
4848

4949
The good news is: you do not have to worry about most of the

0 commit comments

Comments
 (0)