aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorMarkus Heidelberg <m.heidelberg@cab.de>2025-09-26 15:15:20 +0200
committerJakub Kicinski <kuba@kernel.org>2025-09-29 12:10:19 -0700
commit29be241d11748dbcd9981587a85afa734942c885 (patch)
treeba30eb448a05d313fa26e29fa8aba7a59985de67 /Documentation
parentnet: ethtool: remove duplicated mm.o from Makefile (diff)
downloadlinux-29be241d11748dbcd9981587a85afa734942c885.tar.gz
linux-29be241d11748dbcd9981587a85afa734942c885.zip
docs: networking: phy: clarify abbreviation "PAL"
It is suddenly used in the text without introduction, so the meaning might have been unclear to readers. Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20250926131520.222346-1-m.heidelberg@cab.de Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/networking/phy.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/phy.rst b/Documentation/networking/phy.rst
index 7f159043ad5a..b0f2ef83735d 100644
--- a/Documentation/networking/phy.rst
+++ b/Documentation/networking/phy.rst
@@ -20,7 +20,7 @@ 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 treats them as such.
+accessed are, in fact, busses, the PHY Abstraction Layer (PAL) treats them as such.
In doing so, it has these goals:
#. Increase code-reuse