wifi: ath12k: Fix spelling mistake "requestted" -> "requested"

There is a spelling mistake in an ath12k_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Acked-by: Kalle Valo <kvalo@kernel.org>
Link: https://patch.msgid.link/20241217105505.306047-1-colin.i.king@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
Colin Ian King 2024-12-17 10:55:05 +00:00 committed by Jeff Johnson
parent 8534c42397
commit 578f6fc55c

View File

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