]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
nfc: trf7970a: fix comment typos
authorMiles Krause <mileskrause5200@gmail.com>
Fri, 1 May 2026 00:35:45 +0000 (20:35 -0400)
committerDavid Heidelberg <david@ixit.cz>
Thu, 11 Jun 2026 18:21:32 +0000 (20:21 +0200)
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>
drivers/nfc/trf7970a.c

index 08c27bb438b59713b77aa9c4073868d6fb30752e..f22e091019dee8422e2bd061eccf487811149474 100644 (file)
  * 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