drivers/net/wireless/ath/ath12k/qmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
There is a spelling mistake in an ath12k_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/net/wireless/ath/ath12k/qmi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath12k/qmi.c b/drivers/net/wireless/ath/ath12k/qmi.c
index a8ed86a294c3..5c3563383fab 100644
--- a/drivers/net/wireless/ath/ath12k/qmi.c
+++ b/drivers/net/wireless/ath/ath12k/qmi.c
@@ -2618,7 +2618,7 @@ static int ath12k_qmi_alloc_target_mem_chunk(struct ath12k_base *ab)
if (!ag->mlo_mem.mlo_mem_size) {
ag->mlo_mem.mlo_mem_size = mlo_size;
} else if (ag->mlo_mem.mlo_mem_size != mlo_size) {
- ath12k_err(ab, "QMI MLO memory size error, expected size is %d but requestted size is %d",
+ ath12k_err(ab, "QMI MLO memory size error, expected size is %d but requested size is %d",
ag->mlo_mem.mlo_mem_size, mlo_size);
ret = -EINVAL;
goto err;
--
2.45.2
On Tue, 17 Dec 2024 10:55:05 +0000, Colin Ian King wrote:
> There is a spelling mistake in an ath12k_err error message. Fix it.
>
>
Applied, thanks!
[1/1] wifi: ath12k: Fix spelling mistake "requestted" -> "requested"
commit: 578f6fc55c2ced5f68a7f87edbf6db3663dc6b57
Best regards,
--
Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Colin Ian King <colin.i.king@gmail.com> writes: > There is a spelling mistake in an ath12k_err error message. Fix it. > > Signed-off-by: Colin Ian King <colin.i.king@gmail.com> My bad, thanks for fixing it. Acked-by: Kalle Valo <kvalo@kernel.org> -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
© 2016 - 2025 Red Hat, Inc.