git: 1511a4136c11 - stable/12 - net80211: Remove double words in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Apr 2023 05:16:58 UTC
The branch stable/12 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=1511a4136c1149054c8401de2d662b35be315de3
commit 1511a4136c1149054c8401de2d662b35be315de3
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-04-18 05:11:43 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-04-23 05:16:47 +0000
net80211: Remove double words in source code comments
- s/we we/we/
(cherry picked from commit 93e491481686bb392b36a01e1569069846cf5f7e)
---
sys/net80211/ieee80211_node.c | 4 ++--
sys/net80211/ieee80211_proto.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys/net80211/ieee80211_node.c b/sys/net80211/ieee80211_node.c
index 36dfea039df1..9ae9eb623ed8 100644
--- a/sys/net80211/ieee80211_node.c
+++ b/sys/net80211/ieee80211_node.c
@@ -1678,7 +1678,7 @@ ieee80211_find_vap_node(struct ieee80211_node_table *nt,
/*
* Fake up a node; this handles node discovery in adhoc mode.
- * Note that for the driver's benefit we we treat this like
+ * Note that for the driver's benefit we treat this like
* an association so the driver has an opportunity to setup
* it's private state.
*/
@@ -1886,7 +1886,7 @@ ieee80211_init_neighbor(struct ieee80211_node *ni,
/*
* Do node discovery in adhoc mode on receipt of a beacon
* or probe response frame. Note that for the driver's
- * benefit we we treat this like an association so the
+ * benefit we treat this like an association so the
* driver has an opportunity to setup it's private state.
*/
struct ieee80211_node *
diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c
index c7a2c8cdcea5..2afcfb964894 100644
--- a/sys/net80211/ieee80211_proto.c
+++ b/sys/net80211/ieee80211_proto.c
@@ -1674,7 +1674,7 @@ ieee80211_wme_updateparams_locked(struct ieee80211vap *vap)
do_aggrmode = 1;
/*
- * IBSS? Only if we we have WME enabled.
+ * IBSS? Only if we have WME enabled.
*/
else if ((vap->iv_opmode == IEEE80211_M_IBSS) &&
(vap->iv_flags & IEEE80211_F_WME))