git: f5ef2c8af07a - stable/12 - sfxge(4): Remove a double word in a few source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 06:45:13 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f5ef2c8af07ae3a3a615fc6b048b32cfc62d2d42 commit f5ef2c8af07ae3a3a615fc6b048b32cfc62d2d42 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-09 08:57:31 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-14 06:36:49 +0000 sfxge(4): Remove a double word in a few source code comments - s/for for/for/ (cherry picked from commit db739f1c194869c1f8a6886340e7548266fac831) --- sys/dev/sfxge/common/ef10_phy.c | 2 +- sys/dev/sfxge/common/efx_mcdi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/sfxge/common/ef10_phy.c b/sys/dev/sfxge/common/ef10_phy.c index 44594ab8c8be..30d60e10107d 100644 --- a/sys/dev/sfxge/common/ef10_phy.c +++ b/sys/dev/sfxge/common/ef10_phy.c @@ -312,7 +312,7 @@ ef10_phy_reconfigure( PHY_CAP_PAUSE, (cap_mask >> EFX_PHY_CAP_PAUSE) & 0x1, PHY_CAP_ASYM, (cap_mask >> EFX_PHY_CAP_ASYM) & 0x1, PHY_CAP_AN, (cap_mask >> EFX_PHY_CAP_AN) & 0x1); - /* Too many fields for for POPULATE macros, so insert this afterwards */ + /* Too many fields for POPULATE macros, so insert this afterwards */ MCDI_IN_SET_DWORD_FIELD(req, SET_LINK_IN_CAP, PHY_CAP_40000FDX, (cap_mask >> EFX_PHY_CAP_40000FDX) & 0x1); diff --git a/sys/dev/sfxge/common/efx_mcdi.c b/sys/dev/sfxge/common/efx_mcdi.c index 83d9b4004416..a793bbab4e71 100644 --- a/sys/dev/sfxge/common/efx_mcdi.c +++ b/sys/dev/sfxge/common/efx_mcdi.c @@ -1192,7 +1192,7 @@ fail1: /* - * Internal routines for for specific MCDI requests. + * Internal routines for specific MCDI requests. */ __checkReturn efx_rc_t