linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: leds: fix the following docu build warning
@ 2023-01-25 15:44 Shuah Khan
  2023-01-26  3:15 ` Bagas Sanjaya
  2023-01-26 18:20 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Shuah Khan @ 2023-01-25 15:44 UTC (permalink / raw)
  To: corbet; +Cc: Shuah Khan, linux-doc, linux-kernel

Add leds-qcom-lpg to Documentation/leds/index.rst to fix the following
doc build warning.

Documentation/leds/leds-qcom-lpg.rst: WARNING: document isn't included in any toctree

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
---
 Documentation/leds/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
index e5d63b940045..b9ca081fac71 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.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: leds: fix the following docu build warning
  2023-01-25 15:44 [PATCH] docs: leds: fix the following docu build warning Shuah Khan
@ 2023-01-26  3:15 ` Bagas Sanjaya
  2023-01-26 14:37   ` Jonathan Corbet
  2023-01-26 18:20 ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Bagas Sanjaya @ 2023-01-26  3:15 UTC (permalink / raw)
  To: Shuah Khan, corbet; +Cc: linux-doc, linux-kernel

On 1/25/23 22:44, Shuah Khan wrote:
> Add leds-qcom-lpg to Documentation/leds/index.rst to fix the following
> doc build warning.
> 

The patch subject should have been "docs: leds: add missing documentation
to the toctree"

> Documentation/leds/leds-qcom-lpg.rst: WARNING: document isn't included in any toctree
> 
> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
> ---
>  Documentation/leds/index.rst | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
> index e5d63b940045..b9ca081fac71 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

Otherwise, LGTM.

Acked-by: Bagas Sanjaya <bagasdotme@gmail.com>

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: leds: fix the following docu build warning
  2023-01-26  3:15 ` Bagas Sanjaya
@ 2023-01-26 14:37   ` Jonathan Corbet
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2023-01-26 14:37 UTC (permalink / raw)
  To: Bagas Sanjaya, Shuah Khan; +Cc: linux-doc, linux-kernel

Bagas Sanjaya <bagasdotme@gmail.com> writes:

> On 1/25/23 22:44, Shuah Khan wrote:
>> Add leds-qcom-lpg to Documentation/leds/index.rst to fix the following
>> doc build warning.
>> 
>
> The patch subject should have been "docs: leds: add missing documentation
> to the toctree"

Shuah has been doing this for a while and really does not need your
instructions on how to do a patch; this one is fine as-is.

Bagas, please stop harassing our contributors.  I'm getting fairly tired
of asking that.

> Otherwise, LGTM.
>
> Acked-by: Bagas Sanjaya <bagasdotme@gmail.com>

Do you have a history or status with the LED subsystem that puts you in
a position to ack this patch?

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: leds: fix the following docu build warning
  2023-01-25 15:44 [PATCH] docs: leds: fix the following docu build warning Shuah Khan
  2023-01-26  3:15 ` Bagas Sanjaya
@ 2023-01-26 18:20 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2023-01-26 18:20 UTC (permalink / raw)
  To: Shuah Khan; +Cc: Shuah Khan, linux-doc, linux-kernel

Shuah Khan <skhan@linuxfoundation.org> writes:

> Add leds-qcom-lpg to Documentation/leds/index.rst to fix the following
> doc build warning.
>
> Documentation/leds/leds-qcom-lpg.rst: WARNING: document isn't included in any toctree
>
> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
> ---
>  Documentation/leds/index.rst | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst
> index e5d63b940045..b9ca081fac71 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
> -- 

I've been meaning to fix this annoying warning for a long time, but
never got around to it.  Applied, thanks!

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-26 18:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-25 15:44 [PATCH] docs: leds: fix the following docu build warning Shuah Khan
2023-01-26  3:15 ` Bagas Sanjaya
2023-01-26 14:37   ` Jonathan Corbet
2023-01-26 18:20 ` Jonathan Corbet

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).