commit | ac07860264bd2b18834d3fa3be47032115524cea | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Wed Aug 08 16:31:30 2007 -0700 |
committer | Christoph Lameter <clameter@sgi.com> | Thu Aug 09 21:57:16 2007 -0700 |
tree | f0456c2ccbbf26a69cd0a137132e8e141ed40780 | |
parent | 1ceef40249f21eceabf8633934d94962e7d8e1d7 [diff] |
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 <jesper.juhl@gmail.com> Signed-off-by: Christoph Lameter <clameter@sgi.com>