diff options
author | Casper Andersson | 2022-10-04 09:32:42 +0200 |
---|---|---|
committer | Jakub Kicinski | 2022-10-05 20:32:39 -0700 |
commit | 229a0027591c970e89992313d87330a3cfe6d028 (patch) | |
tree | ddc462bdcdd90dc3fd88208a87cd2a5ab886b2c1 | |
parent | 304ee24bdb43d095621669e926feab728454bc63 (diff) |
docs: networking: phy: add missing space
Missing space between "pins'" and "strength"
Signed-off-by: Casper Andersson <casper.casan@gmail.com>
Reviewed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://lore.kernel.org/r/20221004073242.304425-1-casper.casan@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
-rw-r--r-- | Documentation/networking/phy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/phy.rst b/Documentation/networking/phy.rst index 06f4fcdb58b6..d11329a08984 100644 --- a/Documentation/networking/phy.rst +++ b/Documentation/networking/phy.rst @@ -120,7 +120,7 @@ required delays, as defined per the RGMII standard, several options may be available: * Some SoCs may offer a pin pad/mux/controller capable of configuring a given - set of pins'strength, delays, and voltage; and it may be a suitable + set of pins' strength, delays, and voltage; and it may be a suitable option to insert the expected 2ns RGMII delay. * Modifying the PCB design to include a fixed delay (e.g: using a specifically |