public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfc: trf7970a: Fix spelling mistakes in comments
       [not found] <20260219112454.46841-1-tomasz.unger.ref@yahoo.pl>
@ 2026-02-19 11:24 ` tomasz.unger
  2026-02-22 20:02   ` Mark Greer
  0 siblings, 1 reply; 2+ messages in thread
From: tomasz.unger @ 2026-02-19 11:24 UTC (permalink / raw)
  To: Mark Greer; +Cc: linux-wireless, netdev, linux-kernel, Tomasz Unger

From: Tomasz Unger <tomasz.unger@yahoo.pl>

Fix spelling mistakes in comment block (lines 64, 69, 72):
- 'recieves' -> 'receives'
- 'recieving' -> 'receiving'
- 'recived' -> 'received'

Found by manual inspection.

Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
---
 drivers/nfc/trf7970a.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/nfc/trf7970a.c b/drivers/nfc/trf7970a.c
index d17c701c7888..c3bf48f49eca 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
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nfc: trf7970a: Fix spelling mistakes in comments
  2026-02-19 11:24 ` [PATCH] nfc: trf7970a: Fix spelling mistakes in comments tomasz.unger
@ 2026-02-22 20:02   ` Mark Greer
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Greer @ 2026-02-22 20:02 UTC (permalink / raw)
  To: tomasz.unger; +Cc: linux-wireless, netdev, linux-kernel

On 2/19/26 4:24 AM, tomasz.unger@yahoo.pl wrote:
> From: Tomasz Unger <tomasz.unger@yahoo.pl>
>
> Fix spelling mistakes in comment block (lines 64, 69, 72):
> - 'recieves' -> 'receives'
> - 'recieving' -> 'receiving'
> - 'recived' -> 'received'
>
> Found by manual inspection.
>
> Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
> ---
>   drivers/nfc/trf7970a.c | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/nfc/trf7970a.c b/drivers/nfc/trf7970a.c
> index d17c701c7888..c3bf48f49eca 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


Wow... and I actually know how to spell receive. if you can believe that.


Acked-by: Mark Greer <mgreer@animalcreek.com>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-22 20:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20260219112454.46841-1-tomasz.unger.ref@yahoo.pl>
2026-02-19 11:24 ` [PATCH] nfc: trf7970a: Fix spelling mistakes in comments tomasz.unger
2026-02-22 20:02   ` Mark Greer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox