SLUB: Fix format specifier in Documentation/vm/slabinfo.c
authorJesper Juhl <jesper.juhl@gmail.com>
Wed, 8 Aug 2007 23:31:30 +0000 (16:31 -0700)
committerChristoph Lameter <clameter@sgi.com>
Fri, 10 Aug 2007 04:57:16 +0000 (21:57 -0700)
There's a little problem in Documentation/vm/slabinfo.c
The code is using "%d" in a printf() call to print an 'unsigned long'.
This patch corrects it to use "%lu" instead.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Christoph Lameter <clameter@sgi.com>

No differences found