Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Markus Heidelberg and committed by
Jakub Kicinski
29be241d 28043595

+1 -1
+1 -1
Documentation/networking/phy.rst
··· 20 20 management bus, it is difficult to ensure safe use of the bus. 21 21 22 22 Since the PHYs are devices, and the management busses through which they are 23 - accessed are, in fact, busses, the PHY Abstraction Layer treats them as such. 23 + accessed are, in fact, busses, the PHY Abstraction Layer (PAL) treats them as such. 24 24 In doing so, it has these goals: 25 25 26 26 #. Increase code-reuse