2019-10-03 19:13:52

by J. Neuschäfer

[permalink] [raw]
Subject: [PATCH] docs: networking: devlink-trap: Fix reference to other document

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 <[email protected]>
---
Documentation/networking/devlink-trap.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
==========================
--
2.20.1


2019-10-03 19:32:41

by David Miller

[permalink] [raw]
Subject: Re: [PATCH] docs: networking: devlink-trap: Fix reference to other document

From: Jonathan Neusch?fer <[email protected]>
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 <[email protected]>

Acked-by: David S. Miller <[email protected]>

2019-10-10 17:31:08

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: networking: devlink-trap: Fix reference to other document

On Thu, 3 Oct 2019 21:05:36 +0200
Jonathan Neuschäfer <[email protected]> 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 <[email protected]>

Applied, thanks.

jon