git: a22260e12d1d - stable/13 - etherswitch(4): Remove a double word in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 07:34:22 UTC
The branch stable/13 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=a22260e12d1db09a30bfbd727ea44c456c8d7e9a
commit a22260e12d1db09a30bfbd727ea44c456c8d7e9a
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-04 11:41:44 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-07 07:33:04 +0000
etherswitch(4): Remove a double word in a source code comment
- s/the the/the/
(cherry picked from commit 8cf905e5faac9cc3be6cfc97f6009d31de42228c)
---
sys/dev/etherswitch/e6000sw/e6000sw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/dev/etherswitch/e6000sw/e6000sw.c b/sys/dev/etherswitch/e6000sw/e6000sw.c
index 81abcdf5d03c..d679c708341d 100644
--- a/sys/dev/etherswitch/e6000sw/e6000sw.c
+++ b/sys/dev/etherswitch/e6000sw/e6000sw.c
@@ -915,7 +915,7 @@ e6000sw_init_vlan(struct e6000sw_softc *sc)
ret &= ~(PORT_CONTROL_EGRESS | PORT_CONTROL_FRAME);
e6000sw_writereg(sc, REG_PORT(sc, port), PORT_CONTROL, ret);
- /* Set the the 802.1q mode. */
+ /* Set the 802.1q mode. */
ret = e6000sw_readreg(sc, REG_PORT(sc, port), PORT_CONTROL2);
ret &= ~PORT_CONTROL2_DOT1Q;
if (sc->vlan_mode == ETHERSWITCH_VLAN_DOT1Q)