Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2023 05:15:21 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 93e491481686 - main - net80211: Remove double words in source code comments
Message-ID:  <202304180515.33I5FLCt006780@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=93e491481686bb392b36a01e1569069846cf5f7e

commit 93e491481686bb392b36a01e1569069846cf5f7e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-04-18 05:11:43 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-04-18 05:14:50 +0000

    net80211: Remove double words in source code comments
    
    - s/we we/we/
    
    MFC after:      5 days
---
 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 8a31a4576b3f..2369b1458817 100644
--- a/sys/net80211/ieee80211_node.c
+++ b/sys/net80211/ieee80211_node.c
@@ -1674,7 +1674,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.
  */
@@ -1881,7 +1881,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 ec94f2cf7275..0e4b24abdec7 100644
--- a/sys/net80211/ieee80211_proto.c
+++ b/sys/net80211/ieee80211_proto.c
@@ -1683,7 +1683,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))



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