2019-01-14 11:58:22

by Otto Sabart

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

Fix "reference to nonexisting document" warnings.

Fixes: b255e500c8dc ("net: documentation: build a directory structure
for drivers")
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.20 kB)
signature.asc (849.00 B)
Download all attachments

2019-01-18 19:06:25

by David Miller

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

From: Otto Sabart <[email protected]>
Date: Mon, 14 Jan 2019 12:56:36 +0100

> Fix "reference to nonexisting document" warnings.
>
> Fixes: b255e500c8dc ("net: documentation: build a directory structure
> for drivers")

Please do not chop up Fixes: tags, keep the entire text on one
continuous line. I fixed it up for you this time.

> Signed-off-by: Otto Sabart <[email protected]>

Applied.