ath6kl: fix spelling mistake: "Indicat" -> "Indicate"
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>
This commit is contained in:
parent
8241253d03
commit
fe611d047e
@ -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,
|
list_for_each_entry_safe(packet, tmp_pkt,
|
||||||
txq, list) {
|
txq, list) {
|
||||||
ath6kl_dbg(ATH6KL_DBG_HTC,
|
ath6kl_dbg(ATH6KL_DBG_HTC,
|
||||||
"%s: Indicat overflowed TX pkts: %p\n",
|
"%s: Indicate overflowed TX pkts: %p\n",
|
||||||
__func__, packet);
|
__func__, packet);
|
||||||
action = ep->ep_cb.tx_full(ep->target, packet);
|
action = ep->ep_cb.tx_full(ep->target, packet);
|
||||||
if (action == HTC_SEND_FULL_DROP) {
|
if (action == HTC_SEND_FULL_DROP) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user