aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <[email protected]>2016-07-03 11:53:09 -0300
committerMauro Carvalho Chehab <[email protected]>2016-07-03 12:06:32 -0300
commitcdb4af0fd501df6d918ff4dcde4afa6d9d5bf9d2 (patch)
tree8e93e341464346d0838fda491634e8131fc4e132 /tools/perf/scripts/python/call-graph-from-postgresql.py
parentdd96815f42f702a2bdfd3778e749bb91f7e50683 (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 <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions