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

net: mdio: fix typo in header

The quotes symbol in
"EEE "link partner ability 1
should be at the end of the register name
"EEE link partner ability 1"

Signed-off-by: Marek Behún <kabel@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Marek Behún and committed by
David S. Miller
438cbcdf 6979a51e

+1 -1
+1 -1
include/linux/mdio.h
··· 420 420 * A function that translates value of following registers to the linkmode: 421 421 * IEEE 802.3-2018 45.2.3.10 "EEE control and capability 1" register (3.20) 422 422 * IEEE 802.3-2018 45.2.7.13 "EEE advertisement 1" register (7.60) 423 - * IEEE 802.3-2018 45.2.7.14 "EEE "link partner ability 1 register (7.61) 423 + * IEEE 802.3-2018 45.2.7.14 "EEE link partner ability 1" register (7.61) 424 424 */ 425 425 static inline void mii_eee_cap1_mod_linkmode_t(unsigned long *adv, u32 val) 426 426 {