From: Jonathan Neuschäfer Date: Thu, 11 Mar 2021 17:22:34 +0000 (+0100) Subject: docs: networking: phy: Improve placement of parenthesis X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bfdfe7fc1bf9e8c16e4254236c3c731bfea6bdc5;p=uclinux-h8%2Flinux.git docs: networking: phy: Improve placement of parenthesis "either" is outside the parentheses, so the matching "or" should be too. Signed-off-by: Jonathan Neuschäfer Reviewed-by: Andrew Lunn Signed-off-by: David S. Miller --- diff --git a/Documentation/networking/phy.rst b/Documentation/networking/phy.rst index 06adfc2afcf0..3f05d50ecd6e 100644 --- a/Documentation/networking/phy.rst +++ b/Documentation/networking/phy.rst @@ -80,8 +80,8 @@ values of phy_interface_t must be understood from the perspective of the PHY device itself, leading to the following: * 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 - or the PCB traces) insert the correct 1.5-2ns delay + internal delay by itself, it assumes that either the Ethernet MAC (if capable) + or the PCB traces insert the correct 1.5-2ns 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