diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-06-11 13:27:52 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-07-13 02:10:54 +0200 |
commit | de369538436ae0caf784c69187ad0e53152b7ddf (patch) | |
tree | 266fef73ade51dd0500e320129bde3e40adea581 /arch/powerpc/platforms | |
parent | cxl: Add explicit precision specifiers (diff) | |
download | linux-de369538436ae0caf784c69187ad0e53152b7ddf.tar.xz linux-de369538436ae0caf784c69187ad0e53152b7ddf.zip |
cxl: use more common format specifier
A precision of 16 (%.16llx) has the same effect as a field width of 16
along with passing the 0 flag (%016llx), but the latter is much more
common in the kernel tree. Update cxl to use that.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms')
0 files changed, 0 insertions, 0 deletions