cxl: use more common format specifier
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 11 Jun 2015 11:27:52 +0000 (13:27 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 13 Jul 2015 00:10:54 +0000 (10:10 +1000)
commitde369538436ae0caf784c69187ad0e53152b7ddf
tree266fef73ade51dd0500e320129bde3e40adea581
parent80c394fab89649585089f5bd5013f2d99e5756ef
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>
drivers/misc/cxl/irq.c
drivers/misc/cxl/native.c
drivers/misc/cxl/pci.c
drivers/misc/cxl/trace.h