diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2023-12-19 18:14:36 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2024-01-12 14:38:37 +0300 |
commit | 29328fb06cee0f984c796c7451408b00e5681a6b (patch) | |
tree | a3c60c5f26efbd4efe1067e4c3f39ef1c40624dd /tools/perf/scripts/python/stackcollapse.py | |
parent | e2e0b838a1849f92612a8305c09aaf31bf824350 (diff) | |
download | linux-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