Message ID | bad4d85c218d59c1bf69157df8e1012577680d88.1601616399.git.mchehab+huawei@kernel.org |
---|---|
State | Accepted |
Commit | 8c270fbceba4e13c992ac138e51db217c4844ed6 |
Headers | show |
Series | Fix new html build warnings from next-20201001 | expand |
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 >
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> This patch (6/6) applied to the GPIO tree. Fixed the Fixes: as indicated by Kent. Yours, Linus Walleij
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
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(+)