summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Krause <mileskrause5200@gmail.com>2026-04-30 20:35:45 -0400
committerDavid Heidelberg <david@ixit.cz>2026-06-11 20:21:32 +0200
commit2aa9d0d63a614051d1fcc4f6713bbf69698a7780 (patch)
tree9d099ca7f9b82dfeb558b8f5e0d52ce91f7d2b4e
parent518d8d0199538a4d6d5e51064044ece71e0c42e7 (diff)
downloadlinux-2aa9d0d63a614051d1fcc4f6713bbf69698a7780.tar.gz
linux-2aa9d0d63a614051d1fcc4f6713bbf69698a7780.zip
nfc: trf7970a: fix comment typos
Fix a few spelling mistakes in comments. Signed-off-by: Miles Krause <mileskrause5200@gmail.com> Link: https://patch.msgid.link/20260501003548.6838-1-mileskrause5200@gmail.com Signed-off-by: David Heidelberg <david@ixit.cz>
-rw-r--r--drivers/nfc/trf7970a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/nfc/trf7970a.c b/drivers/nfc/trf7970a.c
index 08c27bb438b5..f22e091019de 100644
--- a/drivers/nfc/trf7970a.c
+++ b/drivers/nfc/trf7970a.c
@@ -61,15 +61,15 @@
* support that. So, if an abort is received before trf7970a_send_cmd()
* has sent the command to the tag, it simply returns -ECANCELED. If the
* command has already been sent to the tag, then the driver continues
- * normally and recieves the response data (or error) but just before
+ * normally and receives the response data (or error) but just before
* sending the data upstream, it frees the rx_skb and sends -ECANCELED
* upstream instead. If the command failed, that error will be sent
* upstream.
*
- * When recieving data from a tag and the interrupt status register has
+ * When receiving data from a tag and the interrupt status register has
* only the SRX bit set, it means that all of the data has been received
* (once what's in the fifo has been read). However, depending on timing
- * an interrupt status with only the SRX bit set may not be recived. In
+ * an interrupt status with only the SRX bit set may not be received. In
* those cases, the timeout mechanism is used to wait 20 ms in case more
* data arrives. After 20 ms, it is assumed that all of the data has been
* received and the accumulated rx data is sent upstream. The