]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: ath10k: Fix Spelling
authorSumanth Gavini <sumanth.gavini@yahoo.com>
Wed, 21 May 2025 05:54:09 +0000 (22:54 -0700)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Fri, 27 Jun 2025 14:42:45 +0000 (07:42 -0700)
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>
drivers/net/wireless/ath/ath10k/core.h

index 446dca74f06a63ebd5db7c21053da3b9530dc030..5fab10f55c5d9dba7829376b1bf0dc67a102e890 100644 (file)
@@ -779,7 +779,7 @@ enum ath10k_fw_features {
        /* Firmware supports bypassing PLL setting on init. */
        ATH10K_FW_FEATURE_SUPPORTS_SKIP_CLOCK_INIT = 9,
 
-       /* Raw mode support. If supported, FW supports receiving and trasmitting
+       /* Raw mode support. If supported, FW supports receiving and transmitting
         * frames in raw mode.
         */
        ATH10K_FW_FEATURE_RAW_MODE_SUPPORT = 10,