The branch stable/14 has been updated by bz:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0c2b2e5bd99a993ff33ed148c6cd3c53d2c02216

commit 0c2b2e5bd99a993ff33ed148c6cd3c53d2c02216
Author:     Bjoern A. Zeeb <[email protected]>
AuthorDate: 2024-06-05 22:01:06 +0000
Commit:     Bjoern A. Zeeb <[email protected]>
CommitDate: 2024-06-12 13:56:52 +0000

    iwn(4): correct debug message: "not" to "no"
    
    Sponosred by:   The FreeBSD Foundation
    
    (cherry picked from commit 9e012a9da5df131b64c2dfd7d9b6645af4ccef0f)
---
 sys/dev/iwn/if_iwn.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index 3b1d879914b6..d2d44d93f948 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -7532,7 +7532,7 @@ iwn_addba_request(struct ieee80211_node *ni, struct 
ieee80211_tx_ampdu *tap,
                        break;
        }
        if (qid == sc->ntxqs) {
-               DPRINTF(sc, IWN_DEBUG_XMIT, "%s: not free aggregation queue\n",
+               DPRINTF(sc, IWN_DEBUG_XMIT, "%s: no free aggregation queue\n",
                    __func__);
                return 0;
        }

Reply via email to