diff mbox series

docs: networking: devlink-trap: Fix reference to other document

Message ID 20191003190536.32463-1-j.neuschaefer@gmx.net
State Not Applicable
Delegated to: David Miller
Headers show
Series docs: networking: devlink-trap: Fix reference to other document | expand

Commit Message

J. Neuschäfer Oct. 3, 2019, 7:05 p.m. UTC
This fixes the following Sphinx warning:

Documentation/networking/devlink-trap.rst:175: WARNING: unknown document: /devlink-trap-netdevsim

Fixes: 9e0874570488 ("Documentation: Add description of netdevsim traps")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/networking/devlink-trap.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.20.1

Comments

David Miller Oct. 3, 2019, 7:29 p.m. UTC | #1
From: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Date: Thu,  3 Oct 2019 21:05:36 +0200

> This fixes the following Sphinx warning:
> 
> Documentation/networking/devlink-trap.rst:175: WARNING: unknown document: /devlink-trap-netdevsim
> 
> Fixes: 9e0874570488 ("Documentation: Add description of netdevsim traps")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Acked-by: David S. Miller <davem@davemloft.net>
Jonathan Corbet Oct. 10, 2019, 5:30 p.m. UTC | #2
On Thu,  3 Oct 2019 21:05:36 +0200
Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:

> This fixes the following Sphinx warning:
> 
> Documentation/networking/devlink-trap.rst:175: WARNING: unknown document: /devlink-trap-netdevsim
> 
> Fixes: 9e0874570488 ("Documentation: Add description of netdevsim traps")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/networking/devlink-trap.rst b/Documentation/networking/devlink-trap.rst
index 8e90a85f3bd5..5c04cc542bcf 100644
--- a/Documentation/networking/devlink-trap.rst
+++ b/Documentation/networking/devlink-trap.rst
@@ -172,7 +172,7 @@  help debug packet drops caused by these exceptions. The following list includes
 links to the description of driver-specific traps registered by various device
 drivers:

-  * :doc:`/devlink-trap-netdevsim`
+  * :doc:`devlink-trap-netdevsim`

 Generic Packet Trap Groups
 ==========================