git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1874198
)
block: Fix type mismatch in ssize_t_blk_mq_tag_sysfs_show
author
Masanari Iida
<standby24x7@gmail.com>
Mon, 10 Feb 2014 17:39:18 +0000
(10:39 -0700)
committer
Jens Axboe
<axboe@fb.com>
Mon, 10 Feb 2014 17:39:53 +0000
(10:39 -0700)
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>
No differences found