summaryrefslogtreecommitdiff
path: root/Documentation/hid/hid-bpf.rst
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2023-01-27 09:39:40 +0300
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2023-02-06 17:00:22 +0300
commit2f7f4efb9411770b4ad99eb314d6418e980248b4 (patch)
treeb5b1ff3c95f97d930d6bd41c89eb75902f9bf065 /Documentation/hid/hid-bpf.rst
parent0c2d572828a68e8416619e0832d4d55317cb3c57 (diff)
downloadlinux-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/hid-bpf.rst')
-rw-r--r--Documentation/hid/hid-bpf.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hid/hid-bpf.rst b/Documentation/hid/hid-bpf.rst
index c205f92b7bcc..4fad83a6ebc3 100644
--- a/Documentation/hid/hid-bpf.rst
+++ b/Documentation/hid/hid-bpf.rst
@@ -307,7 +307,7 @@ sysfs path: ``/sys/bus/hid/devices/xxxx:yyyy:zzzz:0000``)
We can not rely on hidraw to bind a BPF program to a HID device. hidraw is an
artefact of the processing of the HID device, and is not stable. Some drivers
-even disable it, so that removes the tracing capabilies on those devices
+even disable it, so that removes the tracing capabilities on those devices
(where it is interesting to get the non-hidraw traces).
On the other hand, the ``hid_id`` is stable for the entire life of the HID device,