Skip to content

Commit 26183cf

Browse files
colin-foster-in-advantagekuba-moo
authored andcommitted
net: phy: correct spelling error of media in documentation
The header file incorrectly referenced "median-independant interface" instead of media. Correct this typo. Signed-off-by: Colin Foster <[email protected]> Fixes: 4069a57 ("net: phy: Document core PHY structures") Reviewed-by: Russell King (Oracle) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 55c4bf4 commit 26183cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/linux/phy.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ extern const int phy_10gbit_features_array[1];
8787
*
8888
* @PHY_INTERFACE_MODE_NA: Not Applicable - don't touch
8989
* @PHY_INTERFACE_MODE_INTERNAL: No interface, MAC and PHY combined
90-
* @PHY_INTERFACE_MODE_MII: Median-independent interface
91-
* @PHY_INTERFACE_MODE_GMII: Gigabit median-independent interface
90+
* @PHY_INTERFACE_MODE_MII: Media-independent interface
91+
* @PHY_INTERFACE_MODE_GMII: Gigabit media-independent interface
9292
* @PHY_INTERFACE_MODE_SGMII: Serial gigabit media-independent interface
9393
* @PHY_INTERFACE_MODE_TBI: Ten Bit Interface
9494
* @PHY_INTERFACE_MODE_REVMII: Reverse Media Independent Interface

0 commit comments

Comments
 (0)