Date: Sun, 4 Sep 2022 11:41:54 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: 8cf905e5faac - main - etherswitch(4): Remove a double word in a source code comment Message-ID: <202209041141.284BfsEa071123@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8cf905e5faac9cc3be6cfc97f6009d31de42228c commit 8cf905e5faac9cc3be6cfc97f6009d31de42228c Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-04 11:41:44 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-04 11:41:44 +0000 etherswitch(4): Remove a double word in a source code comment - s/the the/the/ MFC after: 3 days --- 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 f3d46ff2f926..72ed8f8471d9 100644 --- a/sys/dev/etherswitch/e6000sw/e6000sw.c +++ b/sys/dev/etherswitch/e6000sw/e6000sw.c @@ -957,7 +957,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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209041141.284BfsEa071123>