diff options
author | Lothar Rubusch <l.rubusch@gmail.com> | 2020-04-09 01:09:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-09 20:02:59 +0300 |
commit | e750b84dc9c5510b89d9f52695f9c2f51e73eaab (patch) | |
tree | 7269e3f9dcaab9fe8772b44d8c0a409a9a3f4672 /Documentation/networking | |
parent | f691a25ce5e5e405156ad4091c8e660b2622b7ad (diff) | |
download | linux-e750b84dc9c5510b89d9f52695f9c2f51e73eaab.tar.xz |
Documentation: devlink: fix broken link warning
At 'make htmldocs' the following warning is thrown:
Documentation/networking/devlink/devlink-trap.rst:302:
WARNING: undefined label: generic-packet-trap-groups
Fixes the warning by setting the label to the specified header,
within the same document.
Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/devlink/devlink-trap.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/devlink-trap.rst b/Documentation/networking/devlink/devlink-trap.rst index a09971c2115c..fe089acb7783 100644 --- a/Documentation/networking/devlink/devlink-trap.rst +++ b/Documentation/networking/devlink/devlink-trap.rst @@ -257,6 +257,8 @@ drivers: * :doc:`netdevsim` * :doc:`mlxsw` +.. _Generic-Packet-Trap-Groups: + Generic Packet Trap Groups ========================== |