]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
rsi: fix spelling mistake: "thead" -> "thread"
authorColin Ian King <colin.king@canonical.com>
Thu, 10 May 2018 14:32:17 +0000 (15:32 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Sat, 12 May 2018 08:54:29 +0000 (11:54 +0300)
Trivial fix to spelling mistake in rsi_dbg debug message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/rsi/rsi_91x_core.c

index 1f1b97220d4315073a8d5ec6ea3ea0168e5f0187..3644d7d994638cc20ba25562090802ca81946f76 100644 (file)
@@ -485,7 +485,7 @@ void rsi_core_xmit(struct rsi_common *common, struct sk_buff *skb)
        }
 
        rsi_core_queue_pkt(common, skb);
-       rsi_dbg(DATA_TX_ZONE, "%s: ===> Scheduling TX thead <===\n", __func__);
+       rsi_dbg(DATA_TX_ZONE, "%s: ===> Scheduling TX thread <===\n", __func__);
        rsi_set_event(&common->tx_thread.event);
 
        return;