* [PATCH][next] wifi: mt76: Fix spelling mistake "dowload" -> "download"
@ 2026-08-04 9:56 Colin Ian King
2026-08-05 8:44 ` chelsy ratnawat
0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2026-08-04 9:56 UTC (permalink / raw)
To: Felix Fietkau, Lorenzo Bianconi, Ryder Lee, Shayne Chen,
Sean Wang, Matthias Brugger, AngeloGioacchino Del Regno,
linux-wireless, linux-arm-kernel, hlinux-mediatek
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c b/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
index 2f925d22b9aa..9552fadbc17b 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
+++ b/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
@@ -3130,7 +3130,7 @@ mt76_connac_mcu_send_phy_ram_firmware(struct mt76_dev *dev,
err = mt76_connac_mcu_init_download(dev, addr, len, mode);
if (err) {
dev_err(dev->dev,
- "The request to dowload PHY firmware failed.\n");
+ "The request to download PHY firmware failed.\n");
return err;
}
--
2.53.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][next] wifi: mt76: Fix spelling mistake "dowload" -> "download"
2026-08-04 9:56 [PATCH][next] wifi: mt76: Fix spelling mistake "dowload" -> "download" Colin Ian King
@ 2026-08-05 8:44 ` chelsy ratnawat
0 siblings, 0 replies; 2+ messages in thread
From: chelsy ratnawat @ 2026-08-05 8:44 UTC (permalink / raw)
To: Colin Ian King
Cc: Felix Fietkau, Lorenzo Bianconi, Ryder Lee, Shayne Chen,
Sean Wang, Matthias Brugger, AngeloGioacchino Del Regno,
linux-wireless, linux-arm-kernel, hlinux-mediatek,
kernel-janitors, linux-kernel
On Tue, Aug 4, 2026 at 3:29 PM Colin Ian King <colin.i.king@gmail.com> wrote:
>
> There is a spelling mistake in a dev_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
LGTM
Reviewed-by: Chelsy Ratnawat <chelsyratnawat2001@gmail.com>
> drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c b/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
> index 2f925d22b9aa..9552fadbc17b 100644
> --- a/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
> +++ b/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
> @@ -3130,7 +3130,7 @@ mt76_connac_mcu_send_phy_ram_firmware(struct mt76_dev *dev,
> err = mt76_connac_mcu_init_download(dev, addr, len, mode);
> if (err) {
> dev_err(dev->dev,
> - "The request to dowload PHY firmware failed.\n");
> + "The request to download PHY firmware failed.\n");
> return err;
> }
>
> --
> 2.53.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-05 8:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-04 9:56 [PATCH][next] wifi: mt76: Fix spelling mistake "dowload" -> "download" Colin Ian King
2026-08-05 8:44 ` chelsy ratnawat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox