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

docs: operstates: fix typo

TVL -> TLV

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Jakub Kicinski and committed by
David S. Miller
66e0da21 6387f65e

+1 -1
+1 -1
Documentation/networking/operstates.rst
··· 111 111 112 112 Note that for certain kind of soft-devices, which are not managing any 113 113 real hardware, it is possible to set this bit from userspace. One 114 - should use TVL IFLA_CARRIER to do so. 114 + should use TLV IFLA_CARRIER to do so. 115 115 116 116 netif_carrier_ok() can be used to query that bit. 117 117