aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-03 11:53:09 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-07-03 12:06:32 -0300
commitcdb4af0fd501df6d918ff4dcde4afa6d9d5bf9d2 (patch)
tree8e93e341464346d0838fda491634e8131fc4e132 /scripts
parentdoc-rst: selection-api-006: add missing captions (diff)
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions