diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-11-19 02:14:22 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-11-22 00:33:23 +0300 |
commit | f13039ceec58a89f1457db5270a38b7ad4a9f07b (patch) | |
tree | 8f901af44d9cec86a75ac57f56ae7cd25f0ed0ae /Documentation/usb/gadget_multi.rst | |
parent | a898db21cc8ff4205784253355d330517983bbbb (diff) | |
download | linux-f13039ceec58a89f1457db5270a38b7ad4a9f07b.tar.xz |
Documentation: USB: correct possessive "its" usage
Correct uses of "it's" to possessive "its" or "its" to "it's" as needed.
Correct associated grammar in one location.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Link: https://lore.kernel.org/r/20221118231422.14076-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/usb/gadget_multi.rst')
-rw-r--r-- | Documentation/usb/gadget_multi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/gadget_multi.rst b/Documentation/usb/gadget_multi.rst index 3a22c1b2f39e..f78a51ff2324 100644 --- a/Documentation/usb/gadget_multi.rst +++ b/Documentation/usb/gadget_multi.rst @@ -9,7 +9,7 @@ The Multifunction Composite Gadget (or g_multi) is a composite gadget that makes extensive use of the composite framework to provide a... multifunction gadget. -In it's standard configuration it provides a single USB configuration +In its standard configuration it provides a single USB configuration with RNDIS[1] (that is Ethernet), USB CDC[2] ACM (that is serial) and USB Mass Storage functions. |