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:
f049a52
)
staging: lustre: libcfs: nidstrings: Change type in printf format string
author
Rickard Strandqvist
<rickard_strandqvist@spectrumdigital.se>
Tue, 27 Jan 2015 21:29:59 +0000
(22:29 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 18:52:05 +0000
(10:52 -0800)
Wrong type in printf format string, requires 'unsigned int'
but the argument type is 'int'
This was found using a static code analysis program called cppcheck
Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found