wifi: wcn36xx: fix spelling mistakes in dxe header comment

Fix three spelling mistakes in the DMA Transfer Engine (DXE)
description comment at the top of dxe.c.

No functional change.

Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
Link: https://patch.msgid.link/20260503165832.1675-1-sozdayvek@gmail.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
This commit is contained in:
Stepan Ionichev 2026-05-03 21:58:32 +05:00 committed by Jeff Johnson
parent b5e6f21923
commit a969232fa3

View File

@ -16,8 +16,8 @@
/* DXE - DMA transfer engine
* we have 2 channels(High prio and Low prio) for TX and 2 channels for RX.
* through low channels data packets are transfered
* through high channels managment packets are transfered
* through low channels data packets are transferred
* through high channels management packets are transferred
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt