[PATCH] docs fix typo 'busses' --> 'buses' in phy.rst

Pratik pratikbabshet at gmail.com
Fri Jun 19 14:36:32 EDT 2026


Signed-off-by: Pratik <pratikbabshet at gmail.com>
---
 Documentation/networking/phy.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/networking/phy.rst b/Documentation/networking/phy.rst
index 0170c9d4d..9bcaacc5c 100644
--- a/Documentation/networking/phy.rst
+++ b/Documentation/networking/phy.rst
@@ -19,8 +19,8 @@ amounts of redundant code.  Also, on embedded systems with multiple (and
 sometimes quite different) ethernet controllers connected to the same
 management bus, it is difficult to ensure safe use of the bus.
 
-Since the PHYs are devices, and the management busses through which they are
-accessed are, in fact, busses, the PHY Abstraction Layer (PAL) treats them as such.
+Since the PHYs are devices, and the management buses through which they are
+accessed are, in fact, buses, the PHY Abstraction Layer (PAL) treats them as such.
 In doing so, it has these goals:
 
 #. Increase code-reuse
@@ -35,7 +35,7 @@ The MDIO bus
 ============
 
 Most network devices are connected to a PHY by means of a management bus.
-Different devices use different busses (though some share common interfaces).
+Different devices use different buses (though some share common interfaces).
 In order to take advantage of the PAL, each bus interface needs to be
 registered as a distinct device.
 
-- 
2.43.0




More information about the Kernelnewbies mailing list