Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wifi: ath10k: Fix Spelling

Fix "trasmitting" to "transmitting"

Signed-off-by: Sumanth Gavini <sumanth.gavini@yahoo.com>
Link: https://patch.msgid.link/20250521055411.288724-1-sumanth.gavini@yahoo.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>

authored by

Sumanth Gavini and committed by
Jeff Johnson
20870fb0 ed259ae5

+1 -1
+1 -1
drivers/net/wireless/ath/ath10k/core.h
··· 779 779 /* Firmware supports bypassing PLL setting on init. */ 780 780 ATH10K_FW_FEATURE_SUPPORTS_SKIP_CLOCK_INIT = 9, 781 781 782 - /* Raw mode support. If supported, FW supports receiving and trasmitting 782 + /* Raw mode support. If supported, FW supports receiving and transmitting 783 783 * frames in raw mode. 784 784 */ 785 785 ATH10K_FW_FEATURE_RAW_MODE_SUPPORT = 10,