Re: [PATCH] nfc: fix typo "occured" in comments
From: Hemanth Selam
Date: Mon Sep 07 2026 - 00:41:27 EST
You are right, and codespell is in fact where these came from - I ran it
across the tree and fed the results through checkpatch. The model was used
for the packaging around that, not for finding the words, which in
hindsight was not a good use of it.
Thanks for the extra hits. If you would like them fixed I can fold
drivers/nfc/fdp/fdp.c nd ==> and
drivers/nfc/fdp/i2c.c:270 inclue ==> include
into a v2 of this patch, though "nd" there is part of "2nd" in at least
some of those lines and needs reading before it is changed - which is the
mistake I have already made elsewhere in this series. Let me know if you
want the v2.