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

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>

authored by

Randy Dunlap and committed by
Jonathan Corbet
f13039ce a898db21

+5 -5
+3 -3
Documentation/usb/CREDITS
··· 1 1 Credits for the Simple Linux USB Driver: 2 2 3 3 The following people have contributed to this code (in alphabetical 4 - order by last name). I'm sure this list should be longer, its 4 + order by last name). I'm sure this list should be longer, it's 5 5 difficult to maintain, add yourself with a patch if desired. 6 6 7 7 Georg Acher <acher@informatik.tu-muenchen.de> ··· 126 126 - Jochen Karrer <karrer@wpfd25.physik.uni-wuerzburg.de>, for 127 127 pointing out mortal bugs and giving advice. 128 128 129 - - Edmund Humemberger <ed@atnet.at>, for it's great work on 129 + - Edmund Humemberger <ed@atnet.at>, for his great work on 130 130 public relationships and general management stuff for the 131 131 Linux-USB effort. 132 132 ··· 136 136 - Ric Klaren <ia_ric@cs.utwente.nl> for doing nice 137 137 introductory documents (competing with Alberto's :). 138 138 139 - - Christian Groessler <cpg@aladdin.de>, for it's help on those 139 + - Christian Groessler <cpg@aladdin.de>, for his help on those 140 140 itchy bits ... :) 141 141 142 142 - Paul MacKerras for polishing OHCI and pushing me harder for
+1 -1
Documentation/usb/functionfs.rst
··· 49 49 $ ( cd /dev/ffs-hid && hid-daemon ) & 50 50 51 51 On kernel level the gadget checks ffs_data->dev_name to identify 52 - whether it's FunctionFS designed for MTP ("mtp") or HID ("hid"). 52 + whether its FunctionFS is designed for MTP ("mtp") or HID ("hid"). 53 53 54 54 If no "functions" module parameters is supplied, the driver accepts 55 55 just one function with any name.
+1 -1
Documentation/usb/gadget_multi.rst
··· 9 9 that makes extensive use of the composite framework to provide 10 10 a... multifunction gadget. 11 11 12 - In it's standard configuration it provides a single USB configuration 12 + In its standard configuration it provides a single USB configuration 13 13 with RNDIS[1] (that is Ethernet), USB CDC[2] ACM (that is serial) and 14 14 USB Mass Storage functions. 15 15