[PATCH] /proc/meminfo: don't put spaces in names
authorAndrew Morton <akpm@osdl.org>
Sun, 27 Aug 2006 08:23:58 +0000 (01:23 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 27 Aug 2006 18:01:33 +0000 (11:01 -0700)
commitf5ef68da5fda5e095b585ea5ecdd42af3c8695f7
tree6ceabca67d61c1419daa1a407b45bdf1268bac09
parent513627d7fec6fcb7b3d56ce355cb4d192c76b530
[PATCH] /proc/meminfo: don't put spaces in names

None of the other /proc/meminfo lines have a space in the identifier.  This
post-2.6.17 addition has the potential to break existing parsers, so use an
underscore instead (like Committed_AS).

Cc: Christoph Lameter <clameter@engr.sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/node.c
fs/proc/proc_misc.c