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:
9d5438f
)
pstore: Fix sprintf format specifier in pstore_dump()
author
alex chen
<alex.chen@huawei.com>
Fri, 16 Jan 2015 23:52:03 +0000
(15:52 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Sat, 17 Jan 2015 00:01:29 +0000
(16:01 -0800)
We should use sprintf format specifier "%u" instead of "%d" for
argument of type 'unsigned int' in pstore_dump().
Signed-off-by: Alex Chen <alex.chen@huawei.com>
Reviewed-by: Joseph Qi <joseph.qi@huawei.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
fs/pstore/platform.c
patch
|
blob
|
history
diff --cc
fs/pstore/platform.c
Simple merge