diff options
author | David E. Narvaez <david.narvaez@computer.org> | 2014-01-04 16:30:49 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-10 15:33:54 +0100 |
commit | 9c8f6820f0d7040db2bd669f3b3cc062c6c1a635 (patch) | |
tree | 21f21ccfcf4c754b87d3e96c65c3211dc0839854 /Documentation/usb | |
parent | dee214207a0adde82124036a499660a590020ebb (diff) | |
download | linux-9c8f6820f0d7040db2bd669f3b3cc062c6c1a635.tar.bz2 |
doc: Fix typo in USB Gadget Documentation
Changed from "Please not that" to "Please note that"
Signed-off-by: David E. Narvaez <david.narvaez@computer.org>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/gadget_multi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/gadget_multi.txt b/Documentation/usb/gadget_multi.txt index 80f4ef0eb75b..7d66a8636cb5 100644 --- a/Documentation/usb/gadget_multi.txt +++ b/Documentation/usb/gadget_multi.txt @@ -14,7 +14,7 @@ A CDC ECM (Ethernet) function may be turned on via a Kconfig option and RNDIS can be turned off. If they are both enabled the gadget will have two configurations -- one with RNDIS and another with CDC ECM[3]. -Please not that if you use non-standard configuration (that is enable +Please note that if you use non-standard configuration (that is enable CDC ECM) you may need to change vendor and/or product ID. * Host drivers |