2018-12-29 22:11:50

by Otto Sabart

[permalink] [raw]
Subject: [PATCH] doc: net: fix bad references to network drivers

Fix "reference to nonexisting document" warnings.

Signed-off-by: Otto Sabart <[email protected]>
---
Documentation/networking/index.rst | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst
index 6a47629ef8ed..59e86de662cd 100644
--- a/Documentation/networking/index.rst
+++ b/Documentation/networking/index.rst
@@ -11,19 +11,19 @@ Contents:
batman-adv
can
can_ucan_protocol
- dpaa2/index
- e100
- e1000
- e1000e
- fm10k
- igb
- igbvf
- ixgb
- ixgbe
- ixgbevf
- i40e
- iavf
- ice
+ device_drivers/freescale/dpaa2/index
+ device_drivers/intel/e100
+ device_drivers/intel/e1000
+ device_drivers/intel/e1000e
+ device_drivers/intel/fm10k
+ device_drivers/intel/igb
+ device_drivers/intel/igbvf
+ device_drivers/intel/ixgb
+ device_drivers/intel/ixgbe
+ device_drivers/intel/ixgbevf
+ device_drivers/intel/i40e
+ device_drivers/intel/iavf
+ device_drivers/intel/ice
kapi
z8530book
msg_zerocopy
--
2.17.2


Attachments:
(No filename) (1.12 kB)
signature.asc (849.00 B)
Download all attachments

2018-12-29 22:22:45

by Matthew Wilcox

[permalink] [raw]
Subject: Re: [PATCH] doc: net: fix bad references to network drivers

On Sat, Dec 29, 2018 at 07:05:18PM +0100, Otto Sabart wrote:
> Fix "reference to nonexisting document" warnings.
>
> Signed-off-by: Otto Sabart <[email protected]>

Fixes: b255e500c8dc ("net: documentation: build a directory structure for drivers")