All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: networking: phy: Improve placement of parenthesis
@ 2021-03-11 17:22 Jonathan Neuschäfer
  2021-03-11 17:26 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2021-03-11 17:22 UTC (permalink / raw)
  To: netdev
  Cc: Jonathan Neuschäfer, Andrew Lunn, Heiner Kallweit,
	Russell King, David S. Miller, Jakub Kicinski, Jonathan Corbet,
	linux-doc, linux-kernel

"either" is outside the parentheses, so the matching "or" should be too.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/networking/phy.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/phy.rst b/Documentation/networking/phy.rst
index 06adfc2afcf02..3f05d50ecd6e9 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
--
2.30.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: networking: phy: Improve placement of parenthesis
  2021-03-11 17:22 [PATCH] docs: networking: phy: Improve placement of parenthesis Jonathan Neuschäfer
@ 2021-03-11 17:26 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2021-03-11 17:26 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: netdev, Heiner Kallweit, Russell King, David S. Miller,
	Jakub Kicinski, Jonathan Corbet, linux-doc, linux-kernel

On Thu, Mar 11, 2021 at 06:22:34PM +0100, Jonathan Neuschäfer wrote:
> "either" is outside the parentheses, so the matching "or" should be too.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-11 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-11 17:22 [PATCH] docs: networking: phy: Improve placement of parenthesis Jonathan Neuschäfer
2021-03-11 17:26 ` Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.