Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/Documentation/vm
Jesper Juhl ac07860264 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>
2007-08-09 21:57:16 -07:00
..
balance
hugetlbpage.txt hugetlbfs: use lib/parser, fix docs 2007-07-16 09:05:46 -07:00
locking
numa Documentation: remove duplicated words 2006-10-03 22:57:56 +02:00
overcommit-accounting
page_migration
slabinfo.c SLUB: Fix format specifier in Documentation/vm/slabinfo.c 2007-08-09 21:57:16 -07:00
slub.txt SLUB: change error reporting format to follow lockdep loosely 2007-07-17 10:23:01 -07:00