[ARM] 3092/1: remove excessive print format padding
authorNicolas Pitre <nico@cam.org>
Thu, 3 Nov 2005 20:40:50 +0000 (20:40 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 3 Nov 2005 20:40:50 +0000 (20:40 +0000)
commit24bcc2f46cf8982dbc02c8e3037dfc5e12f1e35c
tree1136d17728f1222470f0e03f58163b9ed4c72dca
parent089311e117adb8ffe13984d122e33287ffa8c7ec
[ARM] 3092/1: remove excessive print format padding

Patch from Nicolas Pitre

Using a llx format to print addresses that might possibly be (only) 36
bits wide make sense.  However making it a zero padded 16 char wide
field is a bit excessive and useless.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mm-armv.c