Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <ihor.matushchak@foobox.net>
Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/20250316071551.9794-1-ihor.matushchak@foobox.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Ihor Matushchak and committed by
Jakub Kicinski
ca1914a3 bfc17c16

+1 -1
+1 -1
include/linux/phy.h
··· 81 81 * @PHY_INTERFACE_MODE_RGMII: Reduced gigabit media-independent interface 82 82 * @PHY_INTERFACE_MODE_RGMII_ID: RGMII with Internal RX+TX delay 83 83 * @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 85 85 * @PHY_INTERFACE_MODE_RTBI: Reduced TBI 86 86 * @PHY_INTERFACE_MODE_SMII: Serial MII 87 87 * @PHY_INTERFACE_MODE_XGMII: 10 gigabit media-independent interface