public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] docs: consolidate human interface subsystems
@ 2023-05-01 15:42 Costa Shulyupin
  2023-05-01 19:26 ` Randy Dunlap
  2023-05-02  5:37 ` [PATCH v2] " kernel test robot
  0 siblings, 2 replies; 6+ messages in thread
From: Costa Shulyupin @ 2023-05-01 15:42 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc; +Cc: Costa Shulyupin, open list

to make the page more organized as requested

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
Changes:
- fixed typo

---
 Documentation/subsystem-apis.rst | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
index b51f38527e14..287799ee2419 100644
--- a/Documentation/subsystem-apis.rst
+++ b/Documentation/subsystem-apis.rst
@@ -10,6 +10,18 @@ is taken directly from the kernel source, with supplemental material added
 as needed (or at least as we managed to add it — probably *not* all that is
 needed).
 
+Human interfaces
+---------------
+
+.. toctree::
+   :maxdepth: 1
+
+   input/index
+   hid/index
+   sound/index
+   gpu/index
+   fb/index
+
 **Fixme**: much more organizational work is needed here.
 
 .. toctree::
@@ -22,9 +34,7 @@ needed).
    block/index
    cdrom/index
    cpu-freq/index
-   fb/index
    fpga/index
-   hid/index
    i2c/index
    iio/index
    isdn/index
@@ -40,12 +50,9 @@ needed).
    w1/index
    watchdog/index
    virt/index
-   input/index
    hwmon/index
-   gpu/index
    accel/index
    security/index
-   sound/index
    crypto/index
    filesystems/index
    mm/index
-- 
2.40.0


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

* Re: [PATCH v2] docs: consolidate human interface subsystems
  2023-05-01 15:42 [PATCH v2] docs: consolidate human interface subsystems Costa Shulyupin
@ 2023-05-01 19:26 ` Randy Dunlap
  2023-05-02  1:50   ` [PATCH v3] " Costa Shulyupin
  2023-05-02  5:37 ` [PATCH v2] " kernel test robot
  1 sibling, 1 reply; 6+ messages in thread
From: Randy Dunlap @ 2023-05-01 19:26 UTC (permalink / raw)
  To: 87h6sw9iq0.fsf, Jonathan Corbet, linux-doc; +Cc: Costa Shulyupin, open list

Hi,

On 5/1/23 08:42, Costa Shulyupin wrote:
> to make the page more organized as requested
> 
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
> Changes:
> - fixed typo
> 
> ---
>  Documentation/subsystem-apis.rst | 17 ++++++++++++-----
>  1 file changed, 12 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
> index b51f38527e14..287799ee2419 100644
> --- a/Documentation/subsystem-apis.rst
> +++ b/Documentation/subsystem-apis.rst
> @@ -10,6 +10,18 @@ is taken directly from the kernel source, with supplemental material added
>  as needed (or at least as we managed to add it — probably *not* all that is
>  needed).
>  
> +Human interfaces
> +---------------

Did you test this?
I would expect a complaint about the underline not being long enough,
although I didn't test it either...

> +
> +.. toctree::
> +   :maxdepth: 1
> +
> +   input/index
> +   hid/index
> +   sound/index
> +   gpu/index
> +   fb/index
> +
>  **Fixme**: much more organizational work is needed here.
>  
>  .. toctree::
> @@ -22,9 +34,7 @@ needed).
>     block/index
>     cdrom/index
>     cpu-freq/index
> -   fb/index
>     fpga/index
> -   hid/index
>     i2c/index
>     iio/index
>     isdn/index
> @@ -40,12 +50,9 @@ needed).
>     w1/index
>     watchdog/index
>     virt/index
> -   input/index
>     hwmon/index
> -   gpu/index
>     accel/index
>     security/index
> -   sound/index
>     crypto/index
>     filesystems/index
>     mm/index

Thanks.
-- 
~Randy

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

* [PATCH v3] docs: consolidate human interface subsystems
  2023-05-01 19:26 ` Randy Dunlap
@ 2023-05-02  1:50   ` Costa Shulyupin
  2023-05-19 14:54     ` Jonathan Corbet
  0 siblings, 1 reply; 6+ messages in thread
From: Costa Shulyupin @ 2023-05-02  1:50 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, Randy Dunlap; +Cc: Costa Shulyupin, open list

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=true, Size: 1261 bytes --]

to make the page more organized as requested

Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
---
Changes:
- fixed typo
- fixed underline

---
 Documentation/subsystem-apis.rst | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
index b51f38527e14..287799ee2419 100644
--- a/Documentation/subsystem-apis.rst
+++ b/Documentation/subsystem-apis.rst
@@ -10,6 +10,18 @@ is taken directly from the kernel source, with supplemental material added
 as needed (or at least as we managed to add it — probably *not* all that is
 needed).
 
+Human interfaces
+----------------
+
+.. toctree::
+   :maxdepth: 1
+
+   input/index
+   hid/index
+   sound/index
+   gpu/index
+   fb/index
+
 **Fixme**: much more organizational work is needed here.
 
 .. toctree::
@@ -22,9 +34,7 @@ needed).
    block/index
    cdrom/index
    cpu-freq/index
-   fb/index
    fpga/index
-   hid/index
    i2c/index
    iio/index
    isdn/index
@@ -40,12 +50,9 @@ needed).
    w1/index
    watchdog/index
    virt/index
-   input/index
    hwmon/index
-   gpu/index
    accel/index
    security/index
-   sound/index
    crypto/index
    filesystems/index
    mm/index
-- 
2.40.0


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

* Re: [PATCH v2] docs: consolidate human interface subsystems
  2023-05-01 15:42 [PATCH v2] docs: consolidate human interface subsystems Costa Shulyupin
  2023-05-01 19:26 ` Randy Dunlap
@ 2023-05-02  5:37 ` kernel test robot
  2023-05-02 14:51   ` Randy Dunlap
  1 sibling, 1 reply; 6+ messages in thread
From: kernel test robot @ 2023-05-02  5:37 UTC (permalink / raw)
  To: Costa Shulyupin, Jonathan Corbet, linux-doc
  Cc: oe-kbuild-all, Costa Shulyupin, open list

Hi Costa,

kernel test robot noticed the following build warnings:

[auto build test WARNING on lwn/docs-next]
[also build test WARNING on linus/master v6.3 next-20230428]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Costa-Shulyupin/docs-consolidate-human-interface-subsystems/20230501-234438
base:   git://git.lwn.net/linux.git docs-next
patch link:    https://lore.kernel.org/r/20230501154258.277866-1-costa.shul%40redhat.com
patch subject: [PATCH v2] docs: consolidate human interface subsystems
reproduce:
        # https://github.com/intel-lab-lkp/linux/commit/2df620e4b9e2c2827f8a5519f6c266e9e5ef85be
        git remote add linux-review https://github.com/intel-lab-lkp/linux
        git fetch --no-tags linux-review Costa-Shulyupin/docs-consolidate-human-interface-subsystems/20230501-234438
        git checkout 2df620e4b9e2c2827f8a5519f6c266e9e5ef85be
        make menuconfig
        # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
        make htmldocs

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202305021306.dKifEdb7-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> Documentation/subsystem-apis.rst:14: WARNING: Title underline too short.

vim +14 Documentation/subsystem-apis.rst

    12	
    13	Human interfaces
  > 14	---------------
    15	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

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

* Re: [PATCH v2] docs: consolidate human interface subsystems
  2023-05-02  5:37 ` [PATCH v2] " kernel test robot
@ 2023-05-02 14:51   ` Randy Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy Dunlap @ 2023-05-02 14:51 UTC (permalink / raw)
  To: kernel test robot, Costa Shulyupin, Jonathan Corbet, linux-doc
  Cc: oe-kbuild-all, open list

Hi bot,

Already reported and fixed.
Thanks.

On 5/1/23 22:37, kernel test robot wrote:
> Hi Costa,
> 
> kernel test robot noticed the following build warnings:
> 
> [auto build test WARNING on lwn/docs-next]
> [also build test WARNING on linus/master v6.3 next-20230428]
> [If your patch is applied to the wrong git tree, kindly drop us a note.
> And when submitting patch, we suggest to use '--base' as documented in
> https://git-scm.com/docs/git-format-patch#_base_tree_information]
> 
> url:    https://github.com/intel-lab-lkp/linux/commits/Costa-Shulyupin/docs-consolidate-human-interface-subsystems/20230501-234438
> base:   git://git.lwn.net/linux.git docs-next
> patch link:    https://lore.kernel.org/r/20230501154258.277866-1-costa.shul%40redhat.com
> patch subject: [PATCH v2] docs: consolidate human interface subsystems
> reproduce:
>         # https://github.com/intel-lab-lkp/linux/commit/2df620e4b9e2c2827f8a5519f6c266e9e5ef85be
>         git remote add linux-review https://github.com/intel-lab-lkp/linux
>         git fetch --no-tags linux-review Costa-Shulyupin/docs-consolidate-human-interface-subsystems/20230501-234438
>         git checkout 2df620e4b9e2c2827f8a5519f6c266e9e5ef85be
>         make menuconfig
>         # enable CONFIG_COMPILE_TEST, CONFIG_WARN_MISSING_DOCUMENTS, CONFIG_WARN_ABI_ERRORS
>         make htmldocs
> 
> If you fix the issue, kindly add following tag where applicable
> | Reported-by: kernel test robot <lkp@intel.com>
> | Link: https://lore.kernel.org/oe-kbuild-all/202305021306.dKifEdb7-lkp@intel.com/
> 
> All warnings (new ones prefixed by >>):
> 
>>> Documentation/subsystem-apis.rst:14: WARNING: Title underline too short.
> 
> vim +14 Documentation/subsystem-apis.rst
> 
>     12	
>     13	Human interfaces
>   > 14	---------------
>     15	
> 

-- 
~Randy

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

* Re: [PATCH v3] docs: consolidate human interface subsystems
  2023-05-02  1:50   ` [PATCH v3] " Costa Shulyupin
@ 2023-05-19 14:54     ` Jonathan Corbet
  0 siblings, 0 replies; 6+ messages in thread
From: Jonathan Corbet @ 2023-05-19 14:54 UTC (permalink / raw)
  To: Costa Shulyupin, linux-doc, Randy Dunlap; +Cc: Costa Shulyupin, open list

Costa Shulyupin <costa.shul@redhat.com> writes:

> to make the page more organized as requested
>
> Signed-off-by: Costa Shulyupin <costa.shul@redhat.com>
> ---
> Changes:
> - fixed typo
> - fixed underline
>
> ---
>  Documentation/subsystem-apis.rst | 17 ++++++++++++-----
>  1 file changed, 12 insertions(+), 5 deletions(-)

Applied.

Thanks,

jon

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

end of thread, other threads:[~2023-05-19 14:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-01 15:42 [PATCH v2] docs: consolidate human interface subsystems Costa Shulyupin
2023-05-01 19:26 ` Randy Dunlap
2023-05-02  1:50   ` [PATCH v3] " Costa Shulyupin
2023-05-19 14:54     ` Jonathan Corbet
2023-05-02  5:37 ` [PATCH v2] " kernel test robot
2023-05-02 14:51   ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox