diff options
author | Jakub Kicinski <kuba@kernel.org> | 2021-07-31 07:40:07 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-08-02 15:15:32 +0100 |
commit | 66e0da21728343bd3e75230a53d909e045fb9dd7 (patch) | |
tree | 35ed9c65f7fbe5008dfe1cd60b502afb7443904b /Documentation | |
parent | 6387f65e2acb9a63044bd64464401771b8cf1acc (diff) | |
download | linux-66e0da21728343bd3e75230a53d909e045fb9dd7.tar.gz linux-66e0da21728343bd3e75230a53d909e045fb9dd7.tar.bz2 linux-66e0da21728343bd3e75230a53d909e045fb9dd7.zip |
docs: operstates: fix typo
TVL -> TLV
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/operstates.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/operstates.rst b/Documentation/networking/operstates.rst index 9c918f7cb0e8..f6b9cce5b201 100644 --- a/Documentation/networking/operstates.rst +++ b/Documentation/networking/operstates.rst @@ -111,7 +111,7 @@ it as lower layer. Note that for certain kind of soft-devices, which are not managing any real hardware, it is possible to set this bit from userspace. One -should use TVL IFLA_CARRIER to do so. +should use TLV IFLA_CARRIER to do so. netif_carrier_ok() can be used to query that bit. |