lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <678a679a-eebf-46e4-b189-cecc7ced2a72@kylinos.cn> Date: Mon, 23 Oct 2023 17:55:04 +0800 From: Kunwu Chan <chentao@...inos.cn> To: Geert Uytterhoeven <geert@...ux-m68k.org> Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, mpe@...erman.id.au, npiggin@...il.com, christophe.leroy@...roup.eu, mokuno@...sony.co.jp, linville@...driver.com, dcbw@...hat.com, jeff@...zik.org, netdev@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org, kunwu.chan@...mail.com Subject: Re: [PATCH] treewide: Spelling fix in comment Hi Geert, Thank you very much for your advice, I am a rookie, I am not familiar with many aspects, and I need to learn more. I'll modify the patch. On 2023/10/20 19:07, Geert Uytterhoeven wrote: > Hi Kunwu, > > Thanks for your patch! > > This is not a treewide change. Hence the oneline-summary should be > something prefixed by "[net-next] ps3_gelic" > > On Fri, Oct 20, 2023 at 11:32 AM Kunwu Chan <chentao@...inos.cn> wrote: >> reques -> request >> >> Fixes: 09dde54c6a69 ("PS3: gelic: Add wireless support for PS3") > > No need for a Fixes tag for a spelling fix in a comment. > >> Signed-off-by: Kunwu Chan <chentao@...inos.cn> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@...der.be> > >> --- a/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c >> +++ b/drivers/net/ethernet/toshiba/ps3_gelic_wireless.c >> @@ -1217,7 +1217,7 @@ static int gelic_wl_set_encodeext(struct net_device *netdev, >> key_index = wl->current_key; >> >> if (!enc->length && (ext->ext_flags & IW_ENCODE_EXT_SET_TX_KEY)) { >> - /* reques to change default key index */ >> + /* request to change default key index */ >> pr_debug("%s: request to change default key to %d\n", >> __func__, key_index); >> wl->current_key = key_index; > > Gr{oetje,eeting}s, > > Geert >
Powered by blists - more mailing lists