diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-06 07:51:51 -0500 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2016-12-06 08:13:03 -0500 |
| commit | 9e22ff439fa2e1201b168c001683f275afd46258 (patch) | |
| tree | 8dd9df0d2b2429349efacd02c36d8eb86f0aa45f | |
| parent | 0f60724f53c2230615c7a3b2abf30a0bc7e8a8de (diff) | |
Update Documentation/00-INDEX
Em Mon, 5 Dec 2016 14:23:01 -0700
Jonathan Corbet <corbet@lwn.net> escreveu:
> On Mon, 5 Dec 2016 09:41:40 -0200
> Mauro Carvalho Chehab <mchehab@s-opensource.com> wrote:
>
> > So, in order to check it, I wrote a small script that compares the files
> > and directories at Documentation/ with the ones at 00-INDEX.
> >
> > Then, I synchronized the entries, making the script happy.
> >
> > We might think on integrating the script with checkpatch.pl, but, as
> > we should get rid of 00-INDEX, it probably not worth the efforts.
>
> I would agree with that; I don't see the point of keeping those files
> around in the longer term.
>
> I've applied the set. I do have a few quibbles with the final patch that
> I'll send separately, but they're not something to hold this set up for.
Jon,
Did a patch fixing the quibbles.
As it seems you didn't push yet the changeset upstream, feel free to
just fold it with patch 5/5 if you prefer so, or to add as a separate
patch at the end of the series.
Patch enclosed.
Thanks,
Mauro
[PATCH] docs: 00-INDEX: change text related to the building system
Let be clearer on those files related to the build system.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
| -rw-r--r-- | Documentation/00-INDEX | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 6d488509285d..5bd4b07c2f90 100644 --- a/Documentation/00-INDEX +++ b/Documentation/00-INDEX | |||
| @@ -39,11 +39,9 @@ IRQ.txt | |||
| 39 | Intel-IOMMU.txt | 39 | Intel-IOMMU.txt |
| 40 | - basic info on the Intel IOMMU virtualization support. | 40 | - basic info on the Intel IOMMU virtualization support. |
| 41 | Makefile | 41 | Makefile |
| 42 | - This file does nothing. Removing it breaks make htmldocs and | 42 | - It's not of interest for those who aren't touching the build system. |
| 43 | make distclean. | ||
| 44 | Makefile.sphinx | 43 | Makefile.sphinx |
| 45 | - This file does nothing. Removing it breaks make htmldocs and | 44 | - It's not of interest for those who aren't touching the build system. |
| 46 | make distclean. | ||
| 47 | PCI/ | 45 | PCI/ |
| 48 | - info related to PCI drivers. | 46 | - info related to PCI drivers. |
| 49 | RCU/ | 47 | RCU/ |
| @@ -101,7 +99,7 @@ clk.txt | |||
| 101 | cma/ | 99 | cma/ |
| 102 | - Continuous Memory Area (CMA) debugfs interface. | 100 | - Continuous Memory Area (CMA) debugfs interface. |
| 103 | conf.py | 101 | conf.py |
| 104 | - nothing here. Just a configuration file for Sphinx. | 102 | - It's not of interest for those who aren't touching the build system. |
| 105 | connector/ | 103 | connector/ |
| 106 | - docs on the netlink based userspace<->kernel space communication mod. | 104 | - docs on the netlink based userspace<->kernel space communication mod. |
| 107 | console/ | 105 | console/ |
| @@ -403,9 +401,9 @@ sound/ | |||
| 403 | spi/ | 401 | spi/ |
| 404 | - overview of Linux kernel Serial Peripheral Interface (SPI) support. | 402 | - overview of Linux kernel Serial Peripheral Interface (SPI) support. |
| 405 | sphinx/ | 403 | sphinx/ |
| 406 | - no doumentation here, just files required by Sphinx toolchain. | 404 | - no documentation here, just files required by Sphinx toolchain. |
| 407 | sphinx-static/ | 405 | sphinx-static/ |
| 408 | - no doumentation here, just files required by Sphinx toolchain. | 406 | - no documentation here, just files required by Sphinx toolchain. |
| 409 | static-keys.txt | 407 | static-keys.txt |
| 410 | - info on how static keys allow debug code in hotpaths via patching | 408 | - info on how static keys allow debug code in hotpaths via patching |
| 411 | svga.txt | 409 | svga.txt |
