diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-27 09:39:40 +0300 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-06 17:00:22 +0300 |
commit | 2f7f4efb9411770b4ad99eb314d6418e980248b4 (patch) | |
tree | b5b1ff3c95f97d930d6bd41c89eb75902f9bf065 /Documentation/hid/hidraw.rst | |
parent | 0c2d572828a68e8416619e0832d4d55317cb3c57 (diff) | |
download | linux-2f7f4efb9411770b4ad99eb314d6418e980248b4.tar.xz |
Documentation: hid: correct spelling
Correct spelling problems for Documentation/hid/ as reported
by codespell.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jiri Kosina <jikos@kernel.org>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Cc: linux-input@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Link: https://lore.kernel.org/r/20230127064005.1558-11-rdunlap@infradead.org
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Diffstat (limited to 'Documentation/hid/hidraw.rst')
-rw-r--r-- | Documentation/hid/hidraw.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hid/hidraw.rst b/Documentation/hid/hidraw.rst index b717ee5cdaef..14d076753b85 100644 --- a/Documentation/hid/hidraw.rst +++ b/Documentation/hid/hidraw.rst @@ -163,7 +163,7 @@ HIDIOCGOUTPUT(len): Get an Output Report This ioctl will request an output report from the device using the control -endpoint. Typically, this is used to retrive the initial state of +endpoint. Typically, this is used to retrieve the initial state of an output report of a device, before an application updates it as necessary either via a HIDIOCSOUTPUT request, or the regular device write() interface. The format of the buffer issued with this report is identical to that of HIDIOCGFEATURE. |