[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)
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

Simple merge