Skip to content

Commit ca1914a

Browse files
ihormatushchakkuba-moo
authored andcommitted
net: phy: phy_interface_t: Fix RGMII_TXID code comment
Fix copy-paste error in the code comment for Interface Mode definitions. The code refers to Internal TX delay, not Internal RX delay. It was likely copied from the line above this one. Signed-off-by: Ihor Matushchak <[email protected]> Reviewed-by: Russell King (Oracle) <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent bfc17c1 commit ca1914a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/phy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extern const int phy_basic_ports_array[3];
8181
* @PHY_INTERFACE_MODE_RGMII: Reduced gigabit media-independent interface
8282
* @PHY_INTERFACE_MODE_RGMII_ID: RGMII with Internal RX+TX delay
8383
* @PHY_INTERFACE_MODE_RGMII_RXID: RGMII with Internal RX delay
84-
* @PHY_INTERFACE_MODE_RGMII_TXID: RGMII with Internal RX delay
84+
* @PHY_INTERFACE_MODE_RGMII_TXID: RGMII with Internal TX delay
8585
* @PHY_INTERFACE_MODE_RTBI: Reduced TBI
8686
* @PHY_INTERFACE_MODE_SMII: Serial MII
8787
* @PHY_INTERFACE_MODE_XGMII: 10 gigabit media-independent interface

0 commit comments

Comments
 (0)