From: Diego Herranz Date: Tue, 12 Apr 2016 17:13:27 +0000 (+0100) Subject: doc: usb: Fix typo in gadget_multi documentation X-Git-Tag: v4.7-rc1~112^2~28 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2dd723fdbb61fbc4ee0125401f04f5431f61268d;p=karo-tx-linux.git doc: usb: Fix typo in gadget_multi documentation It tries to "match" drivers for each interface (not "much"). Signed-off-by: Diego Herranz Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/usb/gadget_multi.txt b/Documentation/usb/gadget_multi.txt index 7d66a8636cb5..5faf514047e9 100644 --- a/Documentation/usb/gadget_multi.txt +++ b/Documentation/usb/gadget_multi.txt @@ -43,7 +43,7 @@ For the gadget two work under Windows two conditions have to be met: First of all, Windows need to detect the gadget as an USB composite gadget which on its own have some conditions[4]. If they are met, Windows lets USB Generic Parent Driver[5] handle the device which then -tries to much drivers for each individual interface (sort of, don't +tries to match drivers for each individual interface (sort of, don't get into too many details). The good news is: you do not have to worry about most of the