Revision cd86128088554d64fea1679191509f00e6353c5b authored by Robert P. J. Day on 13 December 2006, 08:34:52 UTC, committed by Linus Torvalds on 13 December 2006, 17:05:52 UTC
All kcalloc() calls of the form "kcalloc(1,...)" are converted to the
equivalent kzalloc() calls, and a few kcalloc() calls with the incorrect
ordering of the first two arguments are fixed.

Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Dominik Brodowski <linux@dominikbrodowski.net>
Cc: Adam Belay <ambx1@neo.rr.com>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Greg KH <greg@kroah.com>
Cc: Mark Fasheh <mark.fasheh@oracle.com>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Cc: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 90aef12
History
File Mode Size
Kconfig -rw-r--r-- 4.9 KB
Makefile -rw-r--r-- 248 bytes
console.c -rw-r--r-- 994 bytes
disk.c -rw-r--r-- 9.6 KB
main.c -rw-r--r-- 6.8 KB
pm.c -rw-r--r-- 6.0 KB
power.h -rw-r--r-- 5.8 KB
poweroff.c -rw-r--r-- 905 bytes
process.c -rw-r--r-- 4.7 KB
snapshot.c -rw-r--r-- 44.4 KB
swap.c -rw-r--r-- 14.3 KB
swsusp.c -rw-r--r-- 8.1 KB
user.c -rw-r--r-- 8.2 KB

back to top