hwpoison: fix/proc/meminfo alignment
authorHugh Dickins <hugh.dickins@tiscali.co.uk>
Mon, 26 Oct 2009 23:49:32 +0000 (16:49 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 29 Oct 2009 14:39:25 +0000 (07:39 -0700)
commit370c28def65b3a5765192753a164403619b41d01
treecb77542b92402cdd3aec14d01597fe04bd19b44b
parent92f7ba70eecf4da8264a767b181cc2090f62d4ad
hwpoison: fix/proc/meminfo alignment

Given such a long name, the kB count in /proc/meminfo's HardwareCorrupted
line is being shown too far right (it does align with x86_64's VmallocChunk
above, but I hope nobody will ever have that much corrupted!).  Align it.

Signed-off-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/meminfo.c