]> Git Repo - linux.git/commit - tools/vm/slabinfo.c
SLUB: Fix format specifier in Documentation/vm/slabinfo.c
authorJesper Juhl <[email protected]>
Wed, 8 Aug 2007 23:31:30 +0000 (16:31 -0700)
committerChristoph Lameter <[email protected]>
Fri, 10 Aug 2007 04:57:16 +0000 (21:57 -0700)
commitac07860264bd2b18834d3fa3be47032115524cea
treef0456c2ccbbf26a69cd0a137132e8e141ed40780
parent1ceef40249f21eceabf8633934d94962e7d8e1d7
SLUB: Fix format specifier in Documentation/vm/slabinfo.c

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 <[email protected]>
Signed-off-by: Christoph Lameter <[email protected]>
Documentation/vm/slabinfo.c
This page took 0.051392 seconds and 4 git commands to generate.