[PATCH] docs: move leds under section Human interfaces

Costa Shulyupin posted 1 patch 2 years, 3 months ago
Documentation/subsystem-apis.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: move leds under section Human interfaces
Posted by Costa Shulyupin 2 years, 3 months ago
from uncategorized list

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
 Documentation/subsystem-apis.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
index 90a0535a932a..930dc23998a0 100644
--- a/Documentation/subsystem-apis.rst
+++ b/Documentation/subsystem-apis.rst
@@ -35,6 +35,7 @@ Human interfaces
    sound/index
    gpu/index
    fb/index
+   leds/index
 
 Networking interfaces
 ---------------------
@@ -70,7 +71,6 @@ Storage interfaces
    fpga/index
    i2c/index
    iio/index
-   leds/index
    pcmcia/index
    spi/index
    w1/index
-- 
2.41.0
Re: [PATCH] docs: move leds under section Human interfaces
Posted by Jonathan Corbet 2 years, 2 months ago
Costa Shulyupin <costa.shul@redhat.com> writes:

> from uncategorized list
>
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
>  Documentation/subsystem-apis.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

jon