The branch main has been updated by bz:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=312ba38a9bee9510fb7836997b1360d95b9305d8

commit 312ba38a9bee9510fb7836997b1360d95b9305d8
Author:     Ruslan Makhmatkhanov <[email protected]>
AuthorDate: 2022-01-10 18:08:17 +0000
Commit:     Bjoern A. Zeeb <[email protected]>
CommitDate: 2022-01-10 18:08:17 +0000

    LinuxKPI: 802.11 correctly spell queues
    
    PR:             261078
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 sys/compat/linuxkpi/common/src/linux_80211.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c 
b/sys/compat/linuxkpi/common/src/linux_80211.c
index 8515152d66a6..973f49e8676b 100644
--- a/sys/compat/linuxkpi/common/src/linux_80211.c
+++ b/sys/compat/linuxkpi/common/src/linux_80211.c
@@ -834,14 +834,14 @@ lkpi_sta_scan_to_auth(struct ieee80211vap *vap, enum 
ieee80211_state nstate, int
                                break;
 #ifdef LINUXKPI_DEBUG_80211
                        if (count > 0)
-                               ic_printf(vap->iv_ic, "%s: waiting for %d 
quuees "
+                               ic_printf(vap->iv_ic, "%s: waiting for %d 
queues "
                                    "to be allocated by driver\n", __func__, 
count);
 #endif
                        pause("lkpi80211txq", hz/10);
                }
 #ifdef LINUXKPI_DEBUG_80211
                if (count > 0)
-                       ic_printf(vap->iv_ic, "%s: %d quuees still not "
+                       ic_printf(vap->iv_ic, "%s: %d queues still not "
                            "allocated by driver\n", __func__, count);
 #endif
        }

Reply via email to