2022-06-27 21:48:43

by Praghadeesh T K S

[permalink] [raw]
Subject: [PATCH] docs: fix 'make htmldocs' warning in leds

Fix following 'make htmldocs' warnings:
./Documentation/leds/leds-qcom-lpg.rst: WARNING:
document isn't included in any toctree

Signed-off-by: Praghadeesh T K S <[email protected]>
---
Documentation/leds/index.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
index e5d63b9..b9ca081 100644
--- a/Documentation/leds/index.rst
+++ b/Documentation/leds/index.rst
@@ -26,3 +26,4 @@ LEDs
leds-lp55xx
leds-mlxcpld
leds-sc27xx
+ leds-qcom-lpg
--
2.25.1


2022-06-28 00:44:53

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH] docs: fix 'make htmldocs' warning in leds

On 6/28/22 04:43, Praghadeesh T K S wrote:
> Fix following 'make htmldocs' warnings:
> ./Documentation/leds/leds-qcom-lpg.rst: WARNING:
> document isn't included in any toctree
>
> Signed-off-by: Praghadeesh T K S <[email protected]>
> ---
> Documentation/leds/index.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
> index e5d63b9..b9ca081 100644
> --- a/Documentation/leds/index.rst
> +++ b/Documentation/leds/index.rst
> @@ -26,3 +26,4 @@ LEDs
> leds-lp55xx
> leds-mlxcpld
> leds-sc27xx
> + leds-qcom-lpg

Hi,

I had already sent the fix at [1] (resend at [2]). Thanks anyway.

[1]: https://lore.kernel.org/linux-doc/[email protected]/
[2]: https://lore.kernel.org/linux-doc/[email protected]/

--
An old man doll... just what I always wanted! - Clara

2022-06-30 16:12:40

by Praghadeesh T K S

[permalink] [raw]
Subject: Re: [PATCH] docs: fix 'make htmldocs' warning in leds

On Tue, Jun 28, 2022 at 07:31:54AM +0700, Bagas Sanjaya wrote:
> On 6/28/22 04:43, Praghadeesh T K S wrote:
> > Fix following 'make htmldocs' warnings:
> > ./Documentation/leds/leds-qcom-lpg.rst: WARNING:
> > document isn't included in any toctree
> >
> > Signed-off-by: Praghadeesh T K S <[email protected]>
> > ---
> > Documentation/leds/index.rst | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
> > index e5d63b9..b9ca081 100644
> > --- a/Documentation/leds/index.rst
> > +++ b/Documentation/leds/index.rst
> > @@ -26,3 +26,4 @@ LEDs
> > leds-lp55xx
> > leds-mlxcpld
> > leds-sc27xx
> > + leds-qcom-lpg
>
> Hi,
>
> I had already sent the fix at [1] (resend at [2]). Thanks anyway.
>
> [1]: https://lore.kernel.org/linux-doc/[email protected]/
> [2]: https://lore.kernel.org/linux-doc/[email protected]/
>
> --
> An old man doll... just what I always wanted! - Clara

Hi,

Thanks for your reply.

Thanks,
Praghadeesh