summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2016-08-27 06:05:37 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-08-30 11:57:21 +0300
commitb86acbefa3814565b71ec9661329f7def0cc10f2 (patch)
tree217c3a8393a33560d30d59a4f4ef990a1deb0650 /tools/perf/scripts/python/export-to-postgresql.py
parentffe439d644d387c460f2e0a8e80d3ff8a05ee532 (diff)
downloadlinux-b86acbefa3814565b71ec9661329f7def0cc10f2.tar.xz
mx3fb: Fix print format string
%ul was probably meant as %lu since the former would print an unsigned value and a letter l. But in fact the whole value we are printing in u32 anyway, so we don't need the format to be long. Therefore just drop the l altogether. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions