2023-07-15 17:06:27

by Costa Shulyupin

[permalink] [raw]
Subject: [PATCH 1/3] docs: consolidate networking interfaces

to make the page more organized as requested

Signed-off-by: Costa Shulyupin <[email protected]>
---
Documentation/subsystem-apis.rst | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
index 8664b05777c3..90a0535a932a 100644
--- a/Documentation/subsystem-apis.rst
+++ b/Documentation/subsystem-apis.rst
@@ -36,6 +36,18 @@ Human interfaces
gpu/index
fb/index

+Networking interfaces
+---------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ networking/index
+ netlabel/index
+ infiniband/index
+ isdn/index
+ mhi/index
+
Storage interfaces
------------------

@@ -58,11 +70,7 @@ Storage interfaces
fpga/index
i2c/index
iio/index
- isdn/index
- infiniband/index
leds/index
- netlabel/index
- networking/index
pcmcia/index
spi/index
w1/index
@@ -76,6 +84,5 @@ Storage interfaces
usb/index
PCI/index
misc-devices/index
- mhi/index
peci/index
wmi/index
--
2.41.0



2023-07-21 21:49:55

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 1/3] docs: consolidate networking interfaces

Costa Shulyupin <[email protected]> writes:

> to make the page more organized as requested
>
> Signed-off-by: Costa Shulyupin <[email protected]>
> ---
> Documentation/subsystem-apis.rst | 17 ++++++++++++-----
> 1 file changed, 12 insertions(+), 5 deletions(-)

Applied, thanks.

jon