Commit 9e22ff43 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Jonathan Corbet

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 0f60724f
...@@ -39,11 +39,9 @@ IRQ.txt ...@@ -39,11 +39,9 @@ IRQ.txt
Intel-IOMMU.txt Intel-IOMMU.txt
- basic info on the Intel IOMMU virtualization support. - basic info on the Intel IOMMU virtualization support.
Makefile Makefile
- This file does nothing. Removing it breaks make htmldocs and - It's not of interest for those who aren't touching the build system.
make distclean.
Makefile.sphinx Makefile.sphinx
- This file does nothing. Removing it breaks make htmldocs and - It's not of interest for those who aren't touching the build system.
make distclean.
PCI/ PCI/
- info related to PCI drivers. - info related to PCI drivers.
RCU/ RCU/
...@@ -101,7 +99,7 @@ clk.txt ...@@ -101,7 +99,7 @@ clk.txt
cma/ cma/
- Continuous Memory Area (CMA) debugfs interface. - Continuous Memory Area (CMA) debugfs interface.
conf.py conf.py
- nothing here. Just a configuration file for Sphinx. - It's not of interest for those who aren't touching the build system.
connector/ connector/
- docs on the netlink based userspace<->kernel space communication mod. - docs on the netlink based userspace<->kernel space communication mod.
console/ console/
...@@ -403,9 +401,9 @@ sound/ ...@@ -403,9 +401,9 @@ sound/
spi/ spi/
- overview of Linux kernel Serial Peripheral Interface (SPI) support. - overview of Linux kernel Serial Peripheral Interface (SPI) support.
sphinx/ sphinx/
- no doumentation here, just files required by Sphinx toolchain. - no documentation here, just files required by Sphinx toolchain.
sphinx-static/ sphinx-static/
- no doumentation here, just files required by Sphinx toolchain. - no documentation here, just files required by Sphinx toolchain.
static-keys.txt static-keys.txt
- info on how static keys allow debug code in hotpaths via patching - info on how static keys allow debug code in hotpaths via patching
svga.txt svga.txt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment