sfxge(4): Remove a double word in a few source code comments

- s/for for/for/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 10:57:31 +02:00
parent 6cff32b3c4
commit db739f1c19
2 changed files with 2 additions and 2 deletions

View file

@ -393,7 +393,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_25000FDX, (cap_mask >> EFX_PHY_CAP_25000FDX) & 0x1);
MCDI_IN_SET_DWORD_FIELD(req, SET_LINK_IN_CAP,

View file

@ -1269,7 +1269,7 @@ fail1:
}
/*
* Internal routines for for specific MCDI requests.
* Internal routines for specific MCDI requests.
*/
__checkReturn efx_rc_t