Skip to content

Commit 438cbcd

Browse files
elkablodavem330
authored andcommitted
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>
1 parent 6979a51 commit 438cbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/mdio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ static inline u32 linkmode_adv_to_mii_t1_adv_m_t(unsigned long *advertising)
420420
* A function that translates value of following registers to the linkmode:
421421
* IEEE 802.3-2018 45.2.3.10 "EEE control and capability 1" register (3.20)
422422
* 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)
424424
*/
425425
static inline void mii_eee_cap1_mod_linkmode_t(unsigned long *adv, u32 val)
426426
{

0 commit comments

Comments
 (0)