Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2022 18:10:24 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 312ba38a9bee - main - LinuxKPI: 802.11 correctly spell queues
Message-ID:  <202201101810.20AIAO8D071786@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bz:

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

commit 312ba38a9bee9510fb7836997b1360d95b9305d8
Author:     Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2022-01-10 18:08:17 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
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
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201101810.20AIAO8D071786>