mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 13:34:30 +00:00
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:
parent
8534c42397
commit
578f6fc55c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user