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
Makefile -rw-r--r-- 183 bytes
autoprobe.c -rw-r--r-- 4.7 KB
chip.c -rw-r--r-- 13.5 KB
handle.c -rw-r--r-- 6.2 KB
internals.h -rw-r--r-- 1.7 KB
manage.c -rw-r--r-- 12.0 KB
migration.c -rw-r--r-- 1.7 KB
proc.c -rw-r--r-- 3.7 KB
resend.c -rw-r--r-- 1.8 KB
spurious.c -rw-r--r-- 4.8 KB

back to top