https://github.com/torvalds/linux
Revision ac07860264bd2b18834d3fa3be47032115524cea authored by Jesper Juhl on 08 August 2007, 23:31:30 UTC, committed by Christoph Lameter on 10 August 2007, 04:57:16 UTC
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>
1 parent 1ceef40
History
Tip revision: ac07860264bd2b18834d3fa3be47032115524cea authored by Jesper Juhl on 08 August 2007, 23:31:30 UTC
SLUB: Fix format specifier in Documentation/vm/slabinfo.c
Tip revision: ac07860
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 607 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 89.3 KB
Kbuild -rw-r--r-- 1.5 KB
MAINTAINERS -rw-r--r-- 90.4 KB
Makefile -rw-r--r-- 50.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top