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:
b79109c
)
x86, mce: use %ll instead of %L for 64-bit numbers
author
H. Peter Anvin
<hpa@linux.intel.com>
Thu, 19 Feb 2009 23:44:58 +0000
(15:44 -0800)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Thu, 19 Feb 2009 23:44:58 +0000
(15:44 -0800)
Impact: Cleanup
The standard spelling of a printf pattern for long long is "ll", not
"L", which is for long double.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
No differences found