ath10k: fix typo in error message
authorBen Greear <greearb@candelatech.com>
Tue, 12 Aug 2014 08:02:20 +0000 (11:02 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 14 Aug 2014 12:22:53 +0000 (15:22 +0300)
tranmist -> transmit

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c

index 4b62973..e568882 100644 (file)
@@ -2003,7 +2003,7 @@ static void ath10k_tx_htt(struct ath10k *ar, struct sk_buff *skb)
                             ar->fw_features)) {
                        if (skb_queue_len(&ar->wmi_mgmt_tx_queue) >=
                            ATH10K_MAX_NUM_MGMT_PENDING) {
-                               ath10k_warn("reached WMI management tranmist queue limit\n");
+                               ath10k_warn("reached WMI management transmit queue limit\n");
                                ret = -EBUSY;
                                goto exit;
                        }