]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: wcn36xx: fix spelling mistakes in dxe header comment
authorStepan Ionichev <sozdayvek@gmail.com>
Sun, 3 May 2026 16:58:32 +0000 (21:58 +0500)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Sat, 6 Jun 2026 15:46:28 +0000 (08:46 -0700)
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>
drivers/net/wireless/ath/wcn36xx/dxe.c

index 5a0ef2295a3a5aaedd83479028b9c04b789f34ba..44020ec265fb69b9d0ee75903a812adcee90d1c8 100644 (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