diff options
author | 2014-02-10 10:39:18 -0700 | |
---|---|---|
committer | 2014-02-10 10:39:53 -0700 | |
commit | 11c94444074f40b479a05f6657d935204e992f2e (patch) | |
tree | e92982b378b7f5362fcc99dfea523ac664e894c7 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | blk-mq: rework flush sequencing logic (diff) | |
download | linux-dev-11c94444074f40b479a05f6657d935204e992f2e.tar.xz linux-dev-11c94444074f40b479a05f6657d935204e992f2e.zip |
block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show
cppcheck detected following format string mismatch.
[blk-mq-tag.c:201]: (warning) %u in format string (no. 1) requires
'unsigned int' but the argument type is 'int'.
Change "cpu" from int to unsigned int, because the cpu
never become minus value.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions