git: 73dafc6b2176 - stable/13 - 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:04 UTC
The branch stable/13 has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=73dafc6b2176711ea2048a502057e5a48c194db0
commit 73dafc6b2176711ea2048a502057e5a48c194db0
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:15:53 +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 bc8a240811de..341d77a48f5a 100644
--- a/sys/net80211/ieee80211_node.c
+++ b/sys/net80211/ieee80211_node.c
@@ -1688,7 +1688,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.
*/
@@ -1895,7 +1895,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 0e485590abd0..b504f0fe98af 100644
--- a/sys/net80211/ieee80211_proto.c
+++ b/sys/net80211/ieee80211_proto.c
@@ -1687,7 +1687,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))