]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/net/wireless/ath/ath10k/mac.c
ath10k: fix spelling mistake "montior" -> "monitor"
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / wireless / ath / ath10k / mac.c
index a110325897a752173b89709eab090465bf8caa89..4565321ad762f23b6788fdc2513daef6fc420c4a 100644 (file)
@@ -5224,7 +5224,7 @@ static void ath10k_configure_filter(struct ieee80211_hw *hw,
 
        ret = ath10k_monitor_recalc(ar);
        if (ret)
-               ath10k_warn(ar, "failed to recalc montior: %d\n", ret);
+               ath10k_warn(ar, "failed to recalc monitor: %d\n", ret);
 
        mutex_unlock(&ar->conf_mutex);
 }