linux_dsm_epyc7002/Documentation/linux_tv
Mauro Carvalho Chehab cdb4af0fd5 doc-rst: linux_tv: Error codes should be const
All error codes should be const. Most are, but there are
lots of places where we forgot to add <constant> 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; done

As there are false positives, we needed to merge only the changes
that make sense, skipping the c blocks and skipping things like
EDID, EN, ETS that were also converted by the above code.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2016-07-03 12:06:32 -03:00
..
media doc-rst: linux_tv: Error codes should be const 2016-07-03 12:06:32 -03:00
media_api_files doc-rst: linux_tv DocBook to reST migration (docs-next) 2016-06-30 16:14:52 -03:00
audio.h.rst doc-rst: linux_tv DocBook to reST migration (docs-next) 2016-06-30 16:14:52 -03:00
ca.h.rst doc-rst: linux_tv DocBook to reST migration (docs-next) 2016-06-30 16:14:52 -03:00
conf.py doc-rst: linuxt_tv: update the documentation year 2016-06-30 16:45:17 -03:00
dmx.h.rst doc-rst: linux_tv DocBook to reST migration (docs-next) 2016-06-30 16:14:52 -03:00
frontend.h.rst doc-rst: linux_tv DocBook to reST migration (docs-next) 2016-06-30 16:14:52 -03:00
index.rst doc-rst: linux_tv/index: add xrefs for document divisions 2016-07-01 14:52:49 -03:00
net.h.rst doc-rst: linux_tv DocBook to reST migration (docs-next) 2016-06-30 16:14:52 -03:00
video.h.rst doc-rst: linux_tv DocBook to reST migration (docs-next) 2016-06-30 16:14:52 -03:00
videodev2.h.rst doc-rst: linux_tv DocBook to reST migration (docs-next) 2016-06-30 16:14:52 -03:00