* [PATCH][next] wifi: ath12k: Fix spelling mistake "requestted" -> "requested"
@ 2024-12-17 10:55 Colin Ian King
2024-12-17 15:27 ` Kalle Valo
2024-12-19 17:54 ` Jeff Johnson
0 siblings, 2 replies; 3+ messages in thread
From: Colin Ian King @ 2024-12-17 10:55 UTC (permalink / raw)
To: Kalle Valo, Jeff Johnson, linux-wireless, ath12k
Cc: kernel-janitors, linux-kernel
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][next] wifi: ath12k: Fix spelling mistake "requestted" -> "requested"
2024-12-17 10:55 [PATCH][next] wifi: ath12k: Fix spelling mistake "requestted" -> "requested" Colin Ian King
@ 2024-12-17 15:27 ` Kalle Valo
2024-12-19 17:54 ` Jeff Johnson
1 sibling, 0 replies; 3+ messages in thread
From: Kalle Valo @ 2024-12-17 15:27 UTC (permalink / raw)
To: Colin Ian King
Cc: Jeff Johnson, linux-wireless, ath12k, kernel-janitors,
linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH][next] wifi: ath12k: Fix spelling mistake "requestted" -> "requested"
2024-12-17 10:55 [PATCH][next] wifi: ath12k: Fix spelling mistake "requestted" -> "requested" Colin Ian King
2024-12-17 15:27 ` Kalle Valo
@ 2024-12-19 17:54 ` Jeff Johnson
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Johnson @ 2024-12-19 17:54 UTC (permalink / raw)
To: Kalle Valo, Jeff Johnson, linux-wireless, ath12k, Colin Ian King
Cc: kernel-janitors, linux-kernel
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>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-19 17:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 10:55 [PATCH][next] wifi: ath12k: Fix spelling mistake "requestted" -> "requested" Colin Ian King
2024-12-17 15:27 ` Kalle Valo
2024-12-19 17:54 ` Jeff Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).