Skip to content

Commit 2f7f4ef

Browse files
rddunlapbentiss
authored andcommitted
Documentation: hid: correct spelling
Correct spelling problems for Documentation/hid/ as reported by codespell. Signed-off-by: Randy Dunlap <[email protected]> Cc: Jiri Kosina <[email protected]> Cc: Benjamin Tissoires <[email protected]> Cc: Srinivas Pandruvada <[email protected]> Cc: [email protected] Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Acked-by: Srinivas Pandruvada <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Benjamin Tissoires <[email protected]>
1 parent 0c2d572 commit 2f7f4ef

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Documentation/hid/hid-alps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Currently ALPS HID driver supports U1 Touchpad device.
99
U1 device basic information.
1010

1111
========== ======
12-
Vender ID 0x044E
12+
Vendor ID 0x044E
1313
Product ID 0x120B
1414
Version ID 0x0121
1515
========== ======

Documentation/hid/hid-bpf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ sysfs path: ``/sys/bus/hid/devices/xxxx:yyyy:zzzz:0000``)
307307

308308
We can not rely on hidraw to bind a BPF program to a HID device. hidraw is an
309309
artefact of the processing of the HID device, and is not stable. Some drivers
310-
even disable it, so that removes the tracing capabilies on those devices
310+
even disable it, so that removes the tracing capabilities on those devices
311311
(where it is interesting to get the non-hidraw traces).
312312

313313
On the other hand, the ``hid_id`` is stable for the entire life of the HID device,

Documentation/hid/hiddev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Introduction
88
In addition to the normal input type HID devices, USB also uses the
99
human interface device protocols for things that are not really human
1010
interfaces, but have similar sorts of communication needs. The two big
11-
examples for this are power devices (especially uninterruptable power
11+
examples for this are power devices (especially uninterruptible power
1212
supplies) and monitor control on higher end monitors.
1313

1414
To support these disparate requirements, the Linux USB system provides

Documentation/hid/hidraw.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ HIDIOCGOUTPUT(len):
163163
Get an Output Report
164164

165165
This ioctl will request an output report from the device using the control
166-
endpoint. Typically, this is used to retrive the initial state of
166+
endpoint. Typically, this is used to retrieve the initial state of
167167
an output report of a device, before an application updates it as necessary either
168168
via a HIDIOCSOUTPUT request, or the regular device write() interface. The format
169169
of the buffer issued with this report is identical to that of HIDIOCGFEATURE.

Documentation/hid/intel-ish-hid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ the sender that the memory region for that message may be reused.
199199
DMA initialization is started with host sending DMA_ALLOC_NOTIFY bus message
200200
(that includes RX buffer) and FW responds with DMA_ALLOC_NOTIFY_ACK.
201201
Additionally to DMA address communication, this sequence checks capabilities:
202-
if thw host doesn't support DMA, then it won't send DMA allocation, so FW can't
202+
if the host doesn't support DMA, then it won't send DMA allocation, so FW can't
203203
send DMA; if FW doesn't support DMA then it won't respond with
204204
DMA_ALLOC_NOTIFY_ACK, in which case host will not use DMA transfers.
205205
Here ISH acts as busmaster DMA controller. Hence when host sends DMA_XFER,

0 commit comments

Comments
 (0)