git: 1432e0f20ccd - main - LinuxKPI: 802.11: remove a blank between ltxq-> stopped
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Feb 2025 12:24:31 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=1432e0f20ccde8eaa23d3d3e20fca2989cd344b6
commit 1432e0f20ccde8eaa23d3d3e20fca2989cd344b6
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-02-19 12:22:41 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-02-19 12:22:41 +0000
LinuxKPI: 802.11: remove a blank between ltxq-> stopped
No functional changes.
Sponsored by: The FreeBSD Foundation
Fixes: bcf1d8ee35521
MFC after: 1 days
X-MFC with: bcf1d8ee35521
---
sys/compat/linuxkpi/common/src/linux_80211.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c
index 1bce8f9f54b5..729eb2dcd570 100644
--- a/sys/compat/linuxkpi/common/src/linux_80211.c
+++ b/sys/compat/linuxkpi/common/src/linux_80211.c
@@ -4446,7 +4446,7 @@ lkpi_80211_txq_tx_one(struct lkpi_sta *lsta, struct mbuf *m)
continue;
ltxq = TXQ_TO_LTXQ(sta->txq[tid]);
ic_printf(ic, " tid %d ltxq %p seen_dequeue %d stopped %d skb_queue_len %u\n",
- tid, ltxq, ltxq->seen_dequeue, ltxq-> stopped, skb_queue_len(<xq->skbq));
+ tid, ltxq, ltxq->seen_dequeue, ltxq->stopped, skb_queue_len(<xq->skbq));
}
}
ieee80211_free_node(ni);