Message ID | cover.1601616399.git.mchehab+huawei@kernel.org |
---|---|
Headers | show |
Series | Fix new html build warnings from next-20201001 | expand |
On Fri, 2 Oct 2020 07:49:44 +0200, Mauro Carvalho Chehab wrote: > There are some new warnings when building the documentation from > yesterday's linux next. This small series fix them. > > - patch 1 documents two new kernel-doc parameters on a net core file. > I used the commit log in order to help documenting them; > - patch 2 fixes some tags at UMLv2 howto; > - patches 3 and 5 add some new documents at the corresponding > index file. > - patch 4 changes kernel-doc script for it to recognize typedef enums. > > [...] Applied to next, thanks! [2/6] KVM: arm64: Fix some documentation build warnings commit: 030bdf3698b7c3af190dd1fe714f0545f23441d0 Cheers, M.
On Fri, Oct 2, 2020 at 7:49 AM Mauro Carvalho Chehab <mchehab+huawei@kernel.org> wrote: > > There's now a new ReST file. Add it to the index.rst file. > > Fixes: ce7a2f77f976 ("docs: gpio: Add GPIO Aggregator documentation") > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > Documentation/admin-guide/gpio/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/admin-guide/gpio/index.rst b/Documentation/admin-guide/gpio/index.rst > index ef2838638e96..7db367572f30 100644 > --- a/Documentation/admin-guide/gpio/index.rst > +++ b/Documentation/admin-guide/gpio/index.rst > @@ -9,6 +9,7 @@ gpio > > gpio-aggregator > sysfs > + gpio-mockup > > .. only:: subproject and html > > -- > 2.26.2 > Good catch, thanks! Acked-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
On Fri, Oct 02, 2020 at 07:49:50AM +0200, Mauro Carvalho Chehab wrote: > There's now a new ReST file. Add it to the index.rst file. > > Fixes: ce7a2f77f976 ("docs: gpio: Add GPIO Aggregator documentation") Shouldn't that be: Fixes: fd1abe99e5fb ("Documentation: gpio: add documentation for gpio-mockup") Cheers, Kent. > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > Documentation/admin-guide/gpio/index.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/admin-guide/gpio/index.rst b/Documentation/admin-guide/gpio/index.rst > index ef2838638e96..7db367572f30 100644 > --- a/Documentation/admin-guide/gpio/index.rst > +++ b/Documentation/admin-guide/gpio/index.rst > @@ -9,6 +9,7 @@ gpio > > gpio-aggregator > sysfs > + gpio-mockup > > .. only:: subproject and html > > -- > 2.26.2 >