[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20241105141700.GG4507@kernel.org>
Date: Tue, 5 Nov 2024 14:17:00 +0000
From: Simon Horman <horms@...nel.org>
To: Andrew Kreimer <algonell@...il.com>
Cc: Karsten Keil <isdn@...ux-pingi.de>, Jakub Kicinski <kuba@...nel.org>,
Dan Carpenter <dan.carpenter@...aro.org>,
Jeff Johnson <quic_jjohnson@...cinc.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH net-next] mISDN: Fix typos
On Sat, Nov 02, 2024 at 03:48:24PM +0200, Andrew Kreimer wrote:
> Fix typos:
> - syncronized -> synchronized.
> - interfacs -> interface.
>
> Signed-off-by: Andrew Kreimer <algonell@...il.com>
Hi Andrew,
I'm wondering if you could make this a bit more comprehensive by addressing
all the non-false-positives flagged by codespell in this file.
With your patch applied, manually filtering out the false-positives, I see:
$ codespell drivers/isdn/hardware/mISDN/hfcmulti.c
drivers/isdn/hardware/mISDN/hfcmulti.c:28: otherwhise ==> otherwise
drivers/isdn/hardware/mISDN/hfcmulti.c:29: otherwhise ==> otherwise
drivers/isdn/hardware/mISDN/hfcmulti.c:44: ony ==> only, on, one
drivers/isdn/hardware/mISDN/hfcmulti.c:85: busses ==> buses
drivers/isdn/hardware/mISDN/hfcmulti.c:903: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:986: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:2004: maxinum ==> maximum
drivers/isdn/hardware/mISDN/hfcmulti.c:2565: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:2568: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:2738: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:2740: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:3235: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:3938: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:4006: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:4532: syncronized ==> synchronized
drivers/isdn/hardware/mISDN/hfcmulti.c:4556: syncronized ==> synchronized
...
--
pw-bot: changes-requested
Powered by blists - more mailing lists