aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-api/nfc
diff options
context:
space:
mode:
authorGravatar Randy Dunlap <rdunlap@infradead.org> 2023-01-29 15:10:46 -0800
committerGravatar Jonathan Corbet <corbet@lwn.net> 2023-02-02 11:05:16 -0700
commit7852fe3a092721794f92c4d04fb33184501a3c9a (patch)
tree93a74dd046406e3e177d5d43cf45229835208042 /Documentation/driver-api/nfc
parentDocumentation: admin-guide: correct spelling (diff)
downloadlinux-7852fe3a092721794f92c4d04fb33184501a3c9a.tar.gz
linux-7852fe3a092721794f92c4d04fb33184501a3c9a.tar.bz2
linux-7852fe3a092721794f92c4d04fb33184501a3c9a.zip
Documentation: driver-api: correct spelling
Correct spelling problems for Documentation/driver-api/ as reported by codespell. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: linux-media@vger.kernel.org Cc: Vishal Verma <vishal.l.verma@intel.com> Cc: Dave Jiang <dave.jiang@intel.com> Cc: nvdimm@lists.linux.dev Cc: Vinod Koul <vkoul@kernel.org> Cc: dmaengine@vger.kernel.org Cc: linux-raid@vger.kernel.org Cc: linux-usb@vger.kernel.org Acked-by: Dan Williams <dan.j.williams@intel.com> Acked-by: Song Liu <song@kernel.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20230129231053.20863-3-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/nfc')
-rw-r--r--Documentation/driver-api/nfc/nfc-hci.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/nfc/nfc-hci.rst b/Documentation/driver-api/nfc/nfc-hci.rst
index f10fe53aa9fe..486aa647c456 100644
--- a/Documentation/driver-api/nfc/nfc-hci.rst
+++ b/Documentation/driver-api/nfc/nfc-hci.rst
@@ -150,7 +150,7 @@ LLC
Communication between the CPU and the chip often requires some link layer
protocol. Those are isolated as modules managed by the HCI layer. There are
-currently two modules : nop (raw transfert) and shdlc.
+currently two modules : nop (raw transfer) and shdlc.
A new llc must implement the following functions::
struct nfc_llc_ops {