> -----Original Message----- > From: Colin King (gmail) <colin.i.king@xxxxxxxxx> > Sent: Friday, December 22, 2023 8:09 PM > To: Ping-Ke Shih <pkshih@xxxxxxxxxxx>; Kalle Valo <kvalo@xxxxxxxxxx>; linux-wireless@xxxxxxxxxxxxxxx > Cc: kernel-janitors@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx > Subject: Re: [PATCH][next] wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" > > On 22/12/2023 00:19, Ping-Ke Shih wrote: > > > > > >> -----Original Message----- > >> From: Colin Ian King <colin.i.king@xxxxxxxxx> > >> Sent: Wednesday, December 20, 2023 10:19 PM > >> To: Ping-Ke Shih <pkshih@xxxxxxxxxxx>; Kalle Valo <kvalo@xxxxxxxxxx>; linux-wireless@xxxxxxxxxxxxxxx > >> Cc: kernel-janitors@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx > >> Subject: [PATCH][next] wifi: rtw89: mac: Fix spelling mistakes "notfify" -> "notify" > >> > >> There are two spelling mistakes in rtw89_err error messages. Fix these > >> and also add space between [ERR] and message text. > >> > >> Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx> > > > > Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> > > > > Thanks for the correctness. Could I know the tool you used to find out these > > typo? > > Sure, > > https://github.com/ColinIanKing/kernelscan > > It needs the american dictionary, installed in /usr/share/dict e.g. > apt-get install wamerican > > and then spellcheck with: > > ./kernelscan -k path-to-code-you-want-to-scan Thanks for the tool. :-) I will try to scan my driver before sending out patches. Ping-Ke