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: bonding.rst Fix a typo in bonding.rst

This patch fixes a spelling typo in bonding.rst.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Masanari Iida and committed by
David S. Miller
2353db75 2eb48982

+1 -1
+1 -1
Documentation/networking/bonding.rst
··· 1988 1988 If use_carrier is 0, then the MII monitor will first query the 1989 1989 device's (via ioctl) MII registers and check the link state. If that 1990 1990 request fails (not just that it returns carrier down), then the MII 1991 - monitor will make an ethtool ETHOOL_GLINK request to attempt to obtain 1991 + monitor will make an ethtool ETHTOOL_GLINK request to attempt to obtain 1992 1992 the same information. If both methods fail (i.e., the driver either 1993 1993 does not support or had some error in processing both the MII register 1994 1994 and ethtool requests), then the MII monitor will assume the link is