summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2023-12-19 18:14:36 +0300
committerHelge Deller <deller@gmx.de>2024-01-12 14:38:37 +0300
commit29328fb06cee0f984c796c7451408b00e5681a6b (patch)
treea3c60c5f26efbd4efe1067e4c3f39ef1c40624dd /tools/perf/scripts/python/stackcollapse.py
parente2e0b838a1849f92612a8305c09aaf31bf824350 (diff)
downloadlinux-29328fb06cee0f984c796c7451408b00e5681a6b.tar.xz
video/logo: use %u format specifier for unsigned int values
Currently the %d format specifier is being used for unsigned int values. Fix this by using the correct %u format specifier. Cleans up cppcheck warnings: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions