Re: [PATCH] nfc: fix typo "occured" in comments

From: David Heidelberg

Date: Fri Sep 04 2026 - 08:12:12 EST


On 04/09/2026 13:46, Hemanth Selam wrote:
Correct "occured" to "occurred", reported by scripts/checkpatch.pl using
the misspelling list in scripts/spelling.txt. Only touches comments, no
code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
drivers/nfc/microread/i2c.c | 2 +-
drivers/nfc/pn544/i2c.c | 2 +-
drivers/nfc/st21nfca/i2c.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Heya, you don't need Artificial Intelligence for that, you can use

$ codespell drivers/nfc/*
drivers/nfc/fdp/fdp.c:123: nd ==> and, 2nd
drivers/nfc/fdp/fdp.c:126: nd ==> and, 2nd
drivers/nfc/fdp/fdp.c:127: nd ==> and, 2nd
drivers/nfc/fdp/fdp.c:138: nd ==> and, 2nd
drivers/nfc/fdp/i2c.c:270: inclue ==> include
drivers/nfc/microread/i2c.c:42: occured ==> occurred
drivers/nfc/nfcmrvl/uart.c:180: sate ==> state
drivers/nfc/pn533/uart.c:35: propability ==> probability
drivers/nfc/pn533/uart.c:144: errornous ==> erroneous
drivers/nfc/pn533/usb.c:215: stange ==> strange, stage, stance
drivers/nfc/pn544/i2c.c:172: occured ==> occurred
drivers/nfc/port100.c:104: Theses ==> These, Thesis
drivers/nfc/st-nci/i2c.c:3: familly ==> family
drivers/nfc/st-nci/ndlc.c:111: aknowledge ==> acknowledge
drivers/nfc/st-nci/ndlc.c:172: aknowledge ==> acknowledge
drivers/nfc/st-nci/spi.c:215: functionnalities ==> functionalities
drivers/nfc/st21nfca/core.c:468: respone ==> response, respond
drivers/nfc/st21nfca/i2c.c:28: mecanism ==> mechanism
drivers/nfc/st21nfca/i2c.c:69: occured ==> occurred
drivers/nfc/st21nfca/i2c.c:365: mecanism ==> mechanism
drivers/nfc/st21nfca/i2c.c:385: corrupeted ==> corrupted
drivers/nfc/st95hf/core.c:455: milisecond ==> millisecond
drivers/nfc/st95hf/core.c:487: milisecond ==> millisecond
drivers/nfc/st95hf/core.c:493: milisecond ==> millisecond
drivers/nfc/st95hf/core.c:524: milisecond ==> millisecond
drivers/nfc/st95hf/core.c:634: cofigure ==> configure
drivers/nfc/st95hf/core.c:787: cant ==> can't

Feel free to check validity and fix everything relevant (sometimes it report false-positive).

David