mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
6cff32b3c4
commit
db739f1c19
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -1269,7 +1269,7 @@ fail1:
|
|||
}
|
||||
|
||||
/*
|
||||
* Internal routines for for specific MCDI requests.
|
||||
* Internal routines for specific MCDI requests.
|
||||
*/
|
||||
|
||||
__checkReturn efx_rc_t
|
||||
|
|
|
|||
Loading…
Reference in a new issue