Date: Tue, 6 Sep 2022 05:48:16 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: cfc1ae1bdf30 - stable/12 - bxe(4): Fix two typos in source code comments Message-ID: <202209060548.2865mGPv015225@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=cfc1ae1bdf300a285e76bc35546831328251d23e commit cfc1ae1bdf300a285e76bc35546831328251d23e Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-03 13:36:00 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-06 05:46:26 +0000 bxe(4): Fix two typos in source code comments - s/overriden/overridden/ (cherry picked from commit f93ef3ff068c96062fadd503979473fe1b1db139) --- sys/dev/bxe/bxe_elink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/bxe/bxe_elink.c b/sys/dev/bxe/bxe_elink.c index dd77e9301ab0..52b375816cfc 100644 --- a/sys/dev/bxe/bxe_elink.c +++ b/sys/dev/bxe/bxe_elink.c @@ -4578,7 +4578,7 @@ static void elink_warpcore_enable_AN_KR(struct elink_phy *phy, {MDIO_WC_DEVAD, MDIO_WC_REG_CL72_USERB0_CL72_TX_FIR_TAP, 0}, }; ELINK_DEBUG_P0(sc, "Enable Auto Negotiation for KR\n"); - /* Set to default registers that may be overriden by 10G force */ + /* Set to default registers that may be overridden by 10G force */ for (i = 0; i < ARRAY_SIZE(reg_set); i++) elink_cl45_write(sc, phy, reg_set[i].devad, reg_set[i].reg, reg_set[i].val); @@ -7773,7 +7773,7 @@ elink_status_t elink_link_update(struct elink_params *params, struct elink_vars * hence its link is expected to be down * - SECOND_PHY means that first phy should not be able * to link up by itself (using configuration) - * - DEFAULT should be overriden during initialiazation + * - DEFAULT should be overridden during initialiazation */ ELINK_DEBUG_P1(sc, "Invalid link indication" "mpc=0x%x. DISABLING LINK !!!\n",
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209060548.2865mGPv015225>