diff options
author | Tobin C. Harding <me@tobin.cc> | 2018-01-06 12:30:37 +1100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-01-08 14:20:57 -0700 |
commit | 36bde81e23d234e46d2132057dfb931b4bd74cf4 (patch) | |
tree | 2e5bdcc7e67152dd268500c67cb498775fc6b4f8 /Documentation | |
parent | 0b345d722e07d77866edffcf350449a4607026b6 (diff) | |
download | linux-36bde81e23d234e46d2132057dfb931b4bd74cf4.tar.bz2 |
docs: add index entry for networking/msg_zerocopy
Currently msg_zerocopy is not included in any toctree. Sphinx emits a
build warning to this effect. The other three rst files in
Documentation/networking are all indexed. We can add msg_zerocopy to the
toctree to enable navigation of the document via HTML kernel docs.
Add msg_zerocopy to the networking/ toctree.
Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 66e620866245..19e8a927d79b 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -9,6 +9,7 @@ Contents: batman-adv kapi z8530book + msg_zerocopy .. only:: subproject |