From ac07860264bd2b18834d3fa3be47032115524cea Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Wed, 8 Aug 2007 16:31:30 -0700 Subject: [PATCH] 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 Signed-off-by: Christoph Lameter --- Reading git-format-patch failed