* [PATCH] docs-rst: networking: wire up msg_zerocopy
@ 2018-01-08 6:50 Mike Rapoport
2018-01-09 16:50 ` David Miller
2018-01-09 17:19 ` David Miller
0 siblings, 2 replies; 5+ messages in thread
From: Mike Rapoport @ 2018-01-08 6:50 UTC (permalink / raw)
To: linux-doc
Cc: Jonathan Corbet, Mauro Carvalho Chehab, Willem de Bruijn, netdev,
Mike Rapoport
Fix the following 'make htmldocs' complaint:
Documentation/networking/msg_zerocopy.rst:: WARNING: document isn't included in any toctree.
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
---
Documentation/networking/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst
index 66e620866245..7d4b15977d61 100644
--- a/Documentation/networking/index.rst
+++ b/Documentation/networking/index.rst
@@ -9,6 +9,7 @@ Contents:
batman-adv
kapi
z8530book
+ msg_zerocopy
.. only:: subproject
@@ -16,4 +17,3 @@ Contents:
=======
* :ref:`genindex`
-
--
2.7.4
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] docs-rst: networking: wire up msg_zerocopy
2018-01-08 6:50 [PATCH] docs-rst: networking: wire up msg_zerocopy Mike Rapoport
@ 2018-01-09 16:50 ` David Miller
2018-01-09 16:55 ` Jonathan Corbet
2018-01-09 17:19 ` David Miller
1 sibling, 1 reply; 5+ messages in thread
From: David Miller @ 2018-01-09 16:50 UTC (permalink / raw)
To: rppt; +Cc: linux-doc, corbet, mchehab, willemb, netdev
From: Mike Rapoport <rppt@linux.vnet.ibm.com>
Date: Mon, 8 Jan 2018 08:50:17 +0200
> Fix the following 'make htmldocs' complaint:
>
> Documentation/networking/msg_zerocopy.rst:: WARNING: document isn't included in any toctree.
>
> Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Does someone else want to take this?
Otherwise I can.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs-rst: networking: wire up msg_zerocopy
2018-01-09 16:50 ` David Miller
@ 2018-01-09 16:55 ` Jonathan Corbet
2018-01-09 17:19 ` David Miller
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2018-01-09 16:55 UTC (permalink / raw)
To: David Miller; +Cc: rppt, linux-doc, mchehab, willemb, netdev
On Tue, 09 Jan 2018 11:50:49 -0500 (EST)
David Miller <davem@davemloft.net> wrote:
> From: Mike Rapoport <rppt@linux.vnet.ibm.com>
> Date: Mon, 8 Jan 2018 08:50:17 +0200
>
> > Fix the following 'make htmldocs' complaint:
> >
> > Documentation/networking/msg_zerocopy.rst:: WARNING: document isn't included in any toctree.
> >
> > Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
>
> Does someone else want to take this?
>
> Otherwise I can.
I can certainly take it (or the equivalent patch posted by Tobin a few
days earlier) through the docs tree. I've been holding off, though,
under the impression that you'd rather take networking docs patches
yourself. Either is fine. Unless you say you've grabbed it, I'll do so
in the near future.
Thanks,
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs-rst: networking: wire up msg_zerocopy
2018-01-09 16:55 ` Jonathan Corbet
@ 2018-01-09 17:19 ` David Miller
0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2018-01-09 17:19 UTC (permalink / raw)
To: corbet; +Cc: rppt, linux-doc, mchehab, willemb, netdev
From: Jonathan Corbet <corbet@lwn.net>
Date: Tue, 9 Jan 2018 09:55:27 -0700
> On Tue, 09 Jan 2018 11:50:49 -0500 (EST)
> David Miller <davem@davemloft.net> wrote:
>
>> From: Mike Rapoport <rppt@linux.vnet.ibm.com>
>> Date: Mon, 8 Jan 2018 08:50:17 +0200
>>
>> > Fix the following 'make htmldocs' complaint:
>> >
>> > Documentation/networking/msg_zerocopy.rst:: WARNING: document isn't included in any toctree.
>> >
>> > Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
>>
>> Does someone else want to take this?
>>
>> Otherwise I can.
>
> I can certainly take it (or the equivalent patch posted by Tobin a few
> days earlier) through the docs tree. I've been holding off, though,
> under the impression that you'd rather take networking docs patches
> yourself. Either is fine. Unless you say you've grabbed it, I'll do so
> in the near future.
Oh then I'll take it.
Thanks Jon!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] docs-rst: networking: wire up msg_zerocopy
2018-01-08 6:50 [PATCH] docs-rst: networking: wire up msg_zerocopy Mike Rapoport
2018-01-09 16:50 ` David Miller
@ 2018-01-09 17:19 ` David Miller
1 sibling, 0 replies; 5+ messages in thread
From: David Miller @ 2018-01-09 17:19 UTC (permalink / raw)
To: rppt; +Cc: linux-doc, corbet, mchehab, willemb, netdev
From: Mike Rapoport <rppt@linux.vnet.ibm.com>
Date: Mon, 8 Jan 2018 08:50:17 +0200
> Fix the following 'make htmldocs' complaint:
>
> Documentation/networking/msg_zerocopy.rst:: WARNING: document isn't included in any toctree.
>
> Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Applied.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-01-09 17:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-08 6:50 [PATCH] docs-rst: networking: wire up msg_zerocopy Mike Rapoport
2018-01-09 16:50 ` David Miller
2018-01-09 16:55 ` Jonathan Corbet
2018-01-09 17:19 ` David Miller
2018-01-09 17:19 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).