There were lots of consts at the media docbook that should
be, instead, references. Convert the ones that can easily
be done by an automatic script.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dev-capture.rst | 16
Documentation/linux_tv/media/v
Make easier to navigate at the media document by adding the
links to each of the parts of the document.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/index.rst | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Documentation/linux_tv/index.rst
There are two examples in the code, but the captions of them
were lost during the ReST conversion. Manually add them again.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/video.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/linu
The ioctl is declared twice. This causes the following warning:
/devel/v4l/patchwork/Documentation/linux_tv/media/v4l/vidioc-g-edid.rst:7:
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/vidioc-g-edid.rst | 2 --
1 file changed, 2 deletions(-)
diff --git a/Doc
The example captions got stripped by the conversion to ReST.
Re-add.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/selection-api-006.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/linux_tv/media/v4l/selection-api-006.rst
b/Documentation/linu
The conversion on this file didn't end too well. fix the found
issues:
1) Sphinix seems to not allow things like *foo :ref:`bar`*. At least
on this document, it did the wrong thing. So, change the logic to
something that will work fine with ReST format;
2) Some ioctl pointers were not looking nic
This is not due to the format change, but there are some
wrong references on this file. Fix them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/querycap.rst | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l
What should be a reference to VIDIOC_S_PRIORITY was incorrectly
defined as a constant at the DocBook. Fix it on the rst version.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/app-pri.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documenta
On the example captions, use always .., because:
1) it matches the DocBook;
2) it would mean less changes if we need to add a new example,
as only one chapter will be affected.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/audio.rst| 4 ++--
Documentation/linux_tv
The ReST markup is limited: it doesn't accept a const just
after a reference. So, change the documentation to avoid such
constraint.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/selection-api-005.rst | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
dif
Constify the string "count" where it means a field.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/extended-controls.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/linux_tv/media/v4l/extended-controls.rst
b/Documentation/linux_tv
Those got lost during format conversion.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/standard.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/linux_tv/media/v4l/standard.rst
b/Documentation/linux_tv/media/v4l/standard.rst
index 20c0d044a129
The captions were lost during the format conversion.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/audio.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/linux_tv/media/v4l/audio.rst
b/Documentation/linux_tv/media/v4l/audio.rst
index 8c3314218f
As VIDIOC_G_foo is the reference used for VIDIOC_S_foo and
VIDIOC_TRY_foo, we need to explicitly name the reference, as
otherwise, it will mention the three ioctls altogether, with
is not what we want.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/app-pri.rst |
Fix this Sphinx warning:
Documentation/linux_tv/media/v4l/rw.rst:31: WARNING: Literal block ends
without a blank line; unexpected unindent.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/rw.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff
One paragraph mentions the YUV422 formats, but doesn't provide
a cross-ref. Add it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-004.rst | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/pixfmt-00
There are several constants there that should be, instead,
cross-references. Fix them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/audio.rst | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/audio.rst
b/Doc
Fix those warnings:
Documentation/linux_tv/media/v4l/open.rst:38: WARNING: Literal block
ends without a blank line; unexpected unindent.
Documentation/linux_tv/media/v4l/open.rst:45: WARNING: Literal block
ends without a blank line; unexpected unindent.
Signed-off-by: Mauro Carva
Those got removed by the doc conversion.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/control.rst | 4
1 file changed, 4 insertions(+)
diff --git a/Documentation/linux_tv/media/v4l/control.rst
b/Documentation/linux_tv/media/v4l/control.rst
index d6df648767c5..
On several places, instead of using references, the code was
using some other tag. Not sure if this was due to the conversion,
or if something were already wrong on the DocBook. In any case,
let's fix them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/buffer.rst
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
Remove it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-uyvy.rst | 7 ---
1 file changed, 7 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/pixfmt
The asterisks cause parsing warnings with Sphinx:
Documentation/linux_tv/media/dvb/fe_property_parameters.rst:954:
WARNING: Inline substitution_reference start-string without end-string.
/devel/v4l/patchwork/Documentation/linux_tv/media/dvb/fe_property_parameters.rst:993:
WARNING
The format conversion broke one paragraph into two. Fix it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-y12i.rst | 4
1 file changed, 4 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/pixfmt-y12i.rst
b/Documentation/linux_tv/media/v4l/pixfmt
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
It also added an extra line on one of the texts, breaking
the original paragraph into two ones.
Remove them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-yuv411p
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
Remove it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-vyuy.rst | 9 -
1 file changed, 9 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/pixf
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
Remove it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-yvyu.rst | 9 -
1 file changed, 9 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/pixf
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
Remove it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-yuv422m.rst | 5 -
1 file changed, 5 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/pixfm
The conversion didn't add blank lines where needed, but it
added were it weren't ;)
Fix it, to make it to parse correctly by Sphinx. This also
fixes a bunch or warnings:
/devel/v4l/patchwork/Documentation/linux_tv/media/v4l/fdl-appendix.rst:44:
WARNING: Explicit markup ends without a blank line;
There is a missing escape caracter, causing troubles at the
format of one of the paragraphs. Also, the ioctl description
was producing some warnings about wrong identation.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/planar-apis.rst | 14 +-
1 file chang
Fix Sphinx those warnings:
WARNING: undefined label: fdl-modified>`as given on the :ref:`title
page
---
Documentation/linux_tv/media/v4l/fdl-appendix.rst| 2 +-
Documentation/linux_tv/media/v4l/pixfmt-srggb10dpcm8.rst | 2 +-
Documentation/linux_tv/media/v4l/pixfmt-yuv420.rst
The conversion added empty columns (probably, it was used on
DocBook just to increase spacing.
Remove them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-y41p.rst | 27
1 file changed, 27 deletions(-)
diff --git a/Documentation/linux_
This chapter is referenced on several parts of the extended
controls. Change the title to make it nicer where it is
referenced.
Ok, we might, instead, just change the name for the references
to only mention the oldest ioctl, but IMHO, it is better to
keep the name of all ioctls where it is referen
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
Remove it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-yuv422p.rst | 5 -
1 file changed, 5 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/pixfm
The c language parser checks if there are duplicated object
definitions. That causes lots of warnings like:
WARNING: duplicate C object description of ioctl
Let's remove those by telling Sphinx that the language for
those objects are c++. The look of the descriptions will
be close, and the
The conversion added empty columns (probably, it was used on
DocBook just to increase spacing.
Remove them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-nv12.rst | 13 ++---
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/Documentation/
This auto-generated file is bogus: it just adds a toc for two
other files. Instead, just move the controls and extended-controls
directly to the common.rst file.
this avoids a blank page, and better organize the document.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l
Instead of using const, transform it into a reference.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/video.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/video.rst
b/Documentation/linux_tv/media/v4l/video.
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
It also added an extra line on one of the texts, breaking
the original paragraph into two ones.
Remove them.
Finally, a space is required before :sub:, as otherwise it
won't display it right. Add it.
All error codes should be const. Most are, but there are
lots of places where we forgot to add at the DocBook.
Fix those via this small script:
for i in $(git grep -lE "\s+E[A-Z]+\b" Documentation/linux_tv/); do
perl -ne 's,([^\`])\b(E[A-Z]+)\b,\1``\2``,g; print $_' <$i >a && mv a $i; do
The conversion added empty columns (probably, it was used on
DocBook just to increase spacing.
Remove them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-yuv444m.rst | 17 -
1 file changed, 17 deletions(-)
diff --git a/Documentation/linux_tv/m
Unescaped * causes warnings on Sphinx.
Add an escape at hist-v4l2.rst occurrences.
At libv4l-introduction, the best is do declare the function
prototypes as C code.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/hist-v4l2.rst | 5 ++---
.../linux_tv/media/v4l/li
Instead of using a constant, use references, just like the
other references for ioctl's.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/extended-controls.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/exte
The conversion broke references and captions for examples.
Fix the missing reference for control enumeration.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/control.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/linux_tv/media/v4l/control.rst
The RST version was produced in 2016. So, update it where
it was still pointing to the wrong year.
While here, added the missing (copyright) symbols.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/conf.py | 2 +-
Documentation/linux_tv/index.rst| 4 +++-
The conversion of the authors and revision history lists
didn't end too well.
Manually fix them.
The revision history still needs some care in the future.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/v4l2.rst | 70 +--
1 file changed, 39
There are lots of warnings there:
/devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007.rst:74: ERROR:
Unexpected indentation.
/devel/v4l/patchwork/Documentation/linux_tv/media/v4l/pixfmt-007.rst:89: ERROR:
Unexpected indentation.
/devel/v4l/patchwork/Documentation/linux_tv/media/v4l/
The Video4Linux documentation is big. We want to numerate the
items, as it makes easier to reference an item while discussing
the document on meetings.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/v4l2.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documen
Fix some issues from the conversion and improve the documentation
a little bit, by adding two relevent keywords (SDR and DTMB).
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/index.rst | 21 +++--
1 file changed, 7 insertions(+), 14 deletions(-)
diff --git a/Doc
Make operation conditions register (OCR) easily accessible from user space.
Signed-off-by: Bojan Prtvar
---
Documentation/mmc/mmc-dev-attrs.txt | 1 +
drivers/mmc/core/mmc.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/Documentation/mmc/mmc-dev-attrs.txt
b/Documentation/m
Bojan,
On Mon, Jul 04, 2016 at 01:56:55PM +0200, Bojan Prtvar wrote:
> Make operation conditions register (OCR) easily accessible from user space.
>
> Signed-off-by: Bojan Prtvar
You described "what" above. Can you add the "why", too?
Regards,
Wolfram
signature.asc
Description: PGP signa
Hi,
On Mon, Jul 4, 2016 at 4:13 PM, Wolfram Sang wrote:
>> Make operation conditions register (OCR) easily accessible from user space.
>>
> You described "what" above. Can you add the "why", too?
>
According to JEDEC v5.0 chapter 7 the OCR, CID and CSD registers carry
the Device/content specifi
> Registers CID and CSD are already exported through sysfs so let's make
> this interface complete by adding missing OCR register.
This sentence was missing for me, thanks.
> Do I need to send v2 with updated change log?
Ulf will tell us.
signature.asc
Description: PGP signature
On 07/03/16 14:27, Otto Kekäläinen wrote:
> Signed-off-by: Otto Kekäläinen
> ---
> Also available via
> g...@github.com:ottok/linux.git fix-spelling
>
> Documentation/ABI/testing/debugfs-driver-genwqe|2 +-
> .../testing/sysfs-bus-event_source-devices-events |4 ++--
> Documentation
Sphinx doesn't format nice table captions, nor auto-numberate
them. So, convert tables into chapters.
Signed-off-by: Mauro Carvalho Chehab
---
.../linux_tv/media/v4l/dev-sliced-vbi.rst | 45 +-
1 file changed, 36 insertions(+), 9 deletions(-)
diff --git a/Documentat
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab
The conversion from DocBook removed them. Re-add.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dmabuf.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/linux_tv/media/v4l/dmabuf.rst
b/Documentation/linux_tv/media/v4l/dmabuf.rst
index 148e05e4c
Add a numbering for the figure.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/subdev-formats.rst | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/subdev-formats.rst
b/Documentation/linux_tv/media/v4l/subdev-forma
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. cpp:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Cheha
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab
Sphinx actually doesn't numerate tables nor figures. So,
let's add a subtitle before each table. That makes them
"numerated".
While here, fix the git binary that got corrupted.
Let's hope this will work, as the reason why we had
to encode them were to prevent some issues on commiting
those gif fil
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. cpp:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Cheha
The conversion from DocBook removed them. Re-add.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/userp.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/linux_tv/media/v4l/userp.rst
b/Documentation/linux_tv/media/v4l/userp.rst
index f372d39512a8..6
The referenced ioctl there is only VIDIOC_STREAMON, so we
should override the name, to avoid it to also show _STREAMOFF.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dev-codec.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/linux
There were several conversion issues on this file, causing it
to be badly formatted. Fix them, in order to match the
design used on DocBook.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dev-overlay.rst | 45 +++-
1 file changed, 21 insertions(+),
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
It also added an extra line on one of the texts, breaking
the original paragraph into two ones.
Remove them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-nv16m.r
The conversion to ReST broke a minor things. Fix them.
While here, also make EBUSY constant, just like on other places.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dev-osd.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/li
The generic error codes and licensing sections are general to the
entire media book. They should not be inside the v4l dir. So,
promote them to the parent directory.
No functional changes.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/index.rst| 4 ++--
The conversion from DocBook removed them. Re-add.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/mmap.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/linux_tv/media/v4l/mmap.rst
b/Documentation/linux_tv/media/v4l/mmap.rst
index 1ed17fa3368a..97
Documentation/linux_tv/media/rc/lirc_dev_intro.rst:17: WARNING: Inline
substitution_reference start-string without end-string.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/rc/lirc_dev_intro.rst | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git
Originally, at the DocBook, the "Byte Order" were a single
paragraph with the string that follows it. The conversion
broke it, and, sometimes, it added an extra dot.
Fix them altogheter at pixfmt-*.rst.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-grey.rst
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
Remove it.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-m420.rst | 7 ---
1 file changed, 7 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/pixfmt
Use cross-references for read()/write() on a few places
where they weren't used.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dev-capture.rst | 4 ++--
Documentation/linux_tv/media/v4l/dev-raw-vbi.rst | 4 ++--
Documentation/linux_tv/media/v4l/func-open.rst | 12
When we wrote the media controller's section, we re-used the
V4L, just because we were lazy to create a brand new DocBook.
Yet, it is a little ackward to have it mixed with V4L. So,
move it to its own directory, in order to have it better
organized.
No functional changes.
Signed-off-by: Mauro Ca
The conversion from DocBook made somethings look ugly.
Improve them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dev-subdev.rst | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/dev-subdev.rst
b/Do
Sphinx actually doesn't numerate tables. So, let's add a
subtitle before each table. That makes them numerated.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/buffer.rst | 38 +++--
1 file changed, 31 insertions(+), 7 deletions(-)
diff --git a
When we wrote the remote controller's section, we re-used the
V4L, just because we were lazy to create a brand new DocBook.
Yet, it is a little ackward to have it mixed with V4L. So,
move it to its own directory, in order to have it better
organized.
No functional changes.
Signed-off-by: Mauro C
Using auto-generated links is dangerous, as there are multiple
definitions for syscalls (at least one on each book part).
So, reference them by their explicit reference.
I used this small script to help writing this patch:
for i in $(git grep -l "c:func:"); do perl -ne
's/\:c\:func:\`(open|clos
There are lots of ioctls mentioned there that aren't cross-referenced.
Convert the const to cross references. That makes it visually
better, and improves navigation along the document.
While here, remove bad whitespaces.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l
Add escape before asterisk to fix those warnings:
Documentation/linux_tv/media/dvb/FE_GET_EVENT.rst:47: WARNING: Inline emphasis
start-string without end-string.
Documentation/linux_tv/media/v4l/media-ioc-enum-links.rst:78: WARNING: Inline
emphasis start-string without end-string.
Documentation/
The conversion added an empty column (probably, it was used on
DocBook just to increase spacing.
It also added an extra line on one of the texts, breaking
the original paragraph into two ones.
Remove them.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/pixfmt-nv16.rs
Fix some cross-references and improve the layout of this
page.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/libv4l-introduction.rst | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Documentation/linux_tv/media/v4l/libv4l-introduction.r
There are lots of ioctls mentioned there that aren't cross-referenced.
Convert the const to cross references. That makes it visually
better, and improves navigation along the document.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dmabuf.rst | 41
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. cpp:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Cheha
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab
There are several things that didn't convert well. Fix them,
in order to improve the layout of the formatted document.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l/dev-raw-vbi.rst | 29
1 file changed, 10 insertions(+), 19 deletions(-)
diff
There are lots of ioctls mentioned there that aren't cross-referenced.
Convert the const to cross references. That makes it visually
better, and improves navigation along the document.
While here, remove bad whitespaces.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/linux_tv/media/v4l
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab
The right way to use it seems to do suscript is to use
this pattern: "\ :sub:"
Make sure all places of the media document will fit, by
using this script:
$n=0;
while (<>) {
$n++;
$t = $_;
@matches = $t =~ m/(..\:sub\:)/g;
foreach my $m (@matches) {
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. cpp:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Cheha
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab
Parsing this file were causing lots of warnings with sphinx,
due to the c function prototypes.
Fix that by prepending them with .. c:function::
While here, use the same way we document man-like pages,
at the V4L side of the book and add escapes to asterisks.
Signed-off-by: Mauro Carvalho Chehab
93 matches
Mail list logo