Skip to content
Commit f6d1826d authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

x86, mce: use %ll instead of %L for 64-bit numbers



Impact: Cleanup

The standard spelling of a printf pattern for long long is "ll", not
"L", which is for long double.

Signed-off-by: default avatarH. Peter Anvin <hpa@linux.intel.com>
parent b79109c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment