]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ath6kl: fix spelling mistake: "Indicat" -> "Indicate"
authorColin Ian King <colin.king@canonical.com>
Sun, 4 Jun 2017 16:36:08 +0000 (17:36 +0100)
committerKalle Valo <kvalo@qca.qualcomm.com>
Fri, 16 Jun 2017 06:57:12 +0000 (09:57 +0300)
Trivial fix to spelling mistake in ath6kl_dbg debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Steve deRosier <derosier@gmail.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/htc_pipe.c

index d127a08d60df65ba45fdc578ce9b44a825981c64..d4fd9e40fffbbe48c45309950b23f759a4768649 100644 (file)
@@ -383,7 +383,7 @@ static enum htc_send_queue_result htc_try_send(struct htc_target *target,
                        list_for_each_entry_safe(packet, tmp_pkt,
                                                 txq, list) {
                                ath6kl_dbg(ATH6KL_DBG_HTC,
-                                          "%s: Indicat overflowed TX pkts: %p\n",
+                                          "%s: Indicate overflowed TX pkts: %p\n",
                                           __func__, packet);
                                action = ep->ep_cb.tx_full(ep->target, packet);
                                if (action == HTC_SEND_FULL_DROP) {