Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b41c3936 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

rsi: fix spelling mistake: "thead" -> "thread"



Trivial fix to spelling mistake in rsi_dbg debug message text

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 6823dc0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;