diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2022-11-18 15:14:22 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2022-11-21 14:33:23 -0700 |
commit | f13039ceec58a89f1457db5270a38b7ad4a9f07b (patch) | |
tree | 8f901af44d9cec86a75ac57f56ae7cd25f0ed0ae /Documentation/usb/functionfs.rst | |
parent | a898db21cc8ff4205784253355d330517983bbbb (diff) |
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/functionfs.rst')
-rw-r--r-- | Documentation/usb/functionfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/functionfs.rst b/Documentation/usb/functionfs.rst index 7fdc6d840ac5..a3054bea38f3 100644 --- a/Documentation/usb/functionfs.rst +++ b/Documentation/usb/functionfs.rst @@ -49,7 +49,7 @@ level it would look like this:: $ ( cd /dev/ffs-hid && hid-daemon ) & On kernel level the gadget checks ffs_data->dev_name to identify -whether it's FunctionFS designed for MTP ("mtp") or HID ("hid"). +whether its FunctionFS is designed for MTP ("mtp") or HID ("hid"). If no "functions" module parameters is supplied, the driver accepts just one function with any name. |