Re: [PATCH] treewide: Spelling fix in comment

From: Kunwu Chan
Date: Mon Oct 23 2023 - 05:56:46 EST


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@xxxxxxxxxx> 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@xxxxxxxxxx>

Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

--- 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