Commit bfdfe7fc authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by David S. Miller

docs: networking: phy: Improve placement of parenthesis

"either" is outside the parentheses, so the matching "or" should be too.
Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5215206d
...@@ -80,8 +80,8 @@ values of phy_interface_t must be understood from the perspective of the PHY ...@@ -80,8 +80,8 @@ values of phy_interface_t must be understood from the perspective of the PHY
device itself, leading to the following: device itself, leading to the following:
* PHY_INTERFACE_MODE_RGMII: the PHY is not responsible for inserting any * PHY_INTERFACE_MODE_RGMII: the PHY is not responsible for inserting any
internal delay by itself, it assumes that either the Ethernet MAC (if capable internal delay by itself, it assumes that either the Ethernet MAC (if capable)
or the PCB traces) insert the correct 1.5-2ns delay or the PCB traces insert the correct 1.5-2ns delay
* PHY_INTERFACE_MODE_RGMII_TXID: the PHY should insert an internal delay * PHY_INTERFACE_MODE_RGMII_TXID: the PHY should insert an internal delay
for the transmit data lines (TXD[3:0]) processed by the PHY device for the transmit data lines (TXD[3:0]) processed by the PHY device
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment