Skip to content
Snippets Groups Projects
Commit ac078602 authored by Jesper Juhl's avatar Jesper Juhl Committed by Christoph Lameter
Browse files

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: default avatarJesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: default avatarChristoph Lameter <clameter@sgi.com>
parent 1ceef402
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment