Robert P. J. Day
5cbded585d
[PATCH] getting rid of all casts of k[cmz]alloc() calls
...
Run this:
#!/bin/sh
for f in $(grep -Erl "\([^\)]*\) *k[cmz]alloc" *) ; do
echo "De-casting $f..."
perl -pi -e "s/ ?= ?\([^\)]*\) *(k[cmz]alloc) *\(/ = \1\(/" $f
done
And then go through and reinstate those cases where code is casting pointers
to non-pointers.
And then drop a few hunks which conflicted with outstanding work.
Cc: Russell King <rmk@arm.linux.org.uk>, Ian Molton <spyro@f2s.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Roman Zippel <zippel@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Kyle McMartin <kyle@mcmartin.ca>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jeff Dike <jdike@addtoit.com>
Cc: Greg KH <greg@kroah.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Cc: Paul Fulghum <paulkf@microgate.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Karsten Keil <kkeil@suse.de>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: James Bottomley <James.Bottomley@steeleye.com>
Cc: Ian Kent <raven@themaw.net>
Cc: Steven French <sfrench@us.ibm.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Neil Brown <neilb@cse.unsw.edu.au>
Cc: Jaroslav Kysela <perex@suse.cz>
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-12-13 09:05:58 -08:00
..
2006-12-13 09:05:58 -08:00
2006-11-10 11:08:53 -05:00
2006-12-07 04:58:32 -05:00
2006-12-04 18:36:02 -05:00
2006-12-11 09:51:07 -05:00
2006-11-10 11:08:53 -05:00
2006-12-05 14:37:56 +00:00
2006-12-05 17:01:28 +00:00
2006-10-05 15:10:12 +01:00
2006-12-02 00:33:11 -05:00
2006-12-11 14:35:01 -08:00
2006-12-04 16:08:31 +11:00
2006-12-13 09:05:58 -08:00
2006-12-05 14:37:56 +00:00
2006-10-05 15:10:12 +01:00
2006-12-11 09:54:07 -05:00
2006-12-07 06:30:07 -05:00
2006-12-06 15:01:18 +00:00
2006-12-13 09:05:52 -08:00
2006-12-04 18:36:03 -05:00
2006-10-06 14:56:04 -04:00
2006-12-07 04:57:19 -05:00
2006-12-05 17:01:28 +00:00
2006-12-13 09:05:58 -08:00
2006-12-13 09:05:58 -08:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-10-06 14:56:04 -04:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-12-09 09:41:18 -08:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-12-12 08:10:44 -08:00
2006-12-02 00:11:56 -05:00
2006-12-02 00:11:56 -05:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-12-02 00:22:30 -05:00
2006-12-02 00:22:30 -05:00
2006-12-09 09:41:18 -08:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-10-06 14:56:04 -04:00
2006-12-02 00:33:11 -05:00
2006-09-13 13:24:59 -04:00
2006-11-07 04:27:51 -05:00
2006-06-22 23:16:13 -04:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-12-02 21:24:31 -08:00
2006-12-02 21:24:22 -08:00
2006-12-08 17:19:22 -08:00
2006-12-02 21:24:25 -08:00
2006-12-13 09:05:58 -08:00
2006-12-05 14:37:56 +00:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-12-07 02:14:07 +01:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-12-04 18:36:02 -05:00
2006-12-02 00:12:01 -05:00
2006-12-02 00:12:01 -05:00
2006-12-02 00:11:55 -05:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-03-03 21:33:57 -05:00
2006-09-13 13:24:59 -04:00
2006-10-06 14:56:04 -04:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-10-08 12:32:36 -07:00
2006-09-13 13:24:59 -04:00
2006-12-12 20:03:10 +01:00
2006-12-04 16:07:19 -05:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-12-04 16:07:19 -05:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-06-25 17:43:33 -07:00
2006-12-02 00:12:02 -05:00
2006-09-13 14:30:00 -04:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-12-02 00:33:11 -05:00
2006-12-02 00:33:11 -05:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-12-04 16:07:19 -05:00
2006-12-09 09:41:18 -08:00
2006-12-02 00:11:56 -05:00
2006-10-05 15:10:12 +01:00
2006-05-24 01:31:14 -04:00
2006-12-04 20:38:06 +11:00
2006-12-04 20:38:06 +11:00
2006-10-03 08:04:19 -07:00
2006-12-02 21:22:59 -08:00
2006-10-05 15:10:12 +01:00
2006-11-22 14:57:56 +00:00
2006-09-13 13:24:59 -04:00
2006-12-11 09:51:07 -05:00
2006-12-04 16:07:19 -05:00
2006-12-07 08:39:41 -08:00
2006-12-02 00:11:56 -05:00
2006-12-04 16:07:19 -05:00
2006-10-20 00:32:41 -07:00
2006-12-13 09:05:58 -08:00
2006-10-05 15:10:12 +01:00
2006-12-02 00:11:56 -05:00
2006-12-11 09:31:28 -05:00
2006-12-11 09:31:28 -05:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-12-02 00:12:04 -05:00
2006-12-02 21:22:59 -08:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2005-12-01 02:26:45 -05:00
2006-12-07 04:57:19 -05:00
2006-06-30 18:25:18 +02:00
2006-12-04 16:07:19 -05:00
2006-10-17 19:28:51 -07:00
2006-12-02 21:22:59 -08:00
2006-06-23 23:16:09 -07:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-09-13 14:30:00 -04:00
2006-12-04 02:00:34 -05:00
2006-12-02 00:11:56 -05:00
2006-12-04 16:07:19 -05:00
2006-12-02 21:22:37 -08:00
2006-10-05 15:10:12 +01:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-12-07 04:57:19 -05:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-10-06 14:56:04 -04:00
2006-11-22 14:57:56 +00:00
2006-09-13 13:24:59 -04:00
2006-12-13 09:05:58 -08:00
2006-12-01 14:52:00 -08:00
2006-12-13 09:05:58 -08:00
2005-11-08 09:40:47 -08:00
2006-09-13 13:24:59 -04:00
2006-12-02 21:23:51 -08:00
2006-01-03 13:11:23 -08:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-12-07 05:05:58 -05:00
2006-09-13 14:30:00 -04:00
2006-10-05 15:10:12 +01:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-10-06 14:56:04 -04:00
2006-09-13 13:24:59 -04:00
2006-10-06 14:56:04 -04:00
2006-10-21 14:20:01 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-11-22 14:57:56 +00:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-10-05 15:10:12 +01:00
2006-09-13 13:24:59 -04:00
2006-12-13 09:05:52 -08:00
2006-12-07 04:59:20 -05:00
2006-12-07 04:59:20 -05:00
2006-12-07 04:59:20 -05:00
2006-09-13 13:24:59 -04:00
2006-12-13 09:05:58 -08:00
2006-09-13 13:24:59 -04:00
2006-12-05 19:36:26 +00:00
2006-12-11 09:54:50 -05:00
2006-10-05 15:10:12 +01:00
2006-04-20 17:39:14 -04:00
2006-12-04 16:07:19 -05:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-12-04 16:07:19 -05:00
2006-10-06 14:56:04 -04:00
2006-10-05 15:10:12 +01:00
2006-12-02 21:22:23 -08:00
2006-10-11 04:04:27 -04:00
2006-12-05 17:01:28 +00:00
2006-11-30 06:14:06 -05:00
2006-12-04 02:00:34 -05:00
2006-09-27 15:41:24 +09:00
2006-10-11 11:17:06 -07:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-10-17 19:28:51 -07:00
2006-06-23 23:16:02 -07:00
2006-12-02 00:16:36 -05:00
2006-09-13 13:24:59 -04:00
2006-09-13 13:24:59 -04:00
2006-12-05 17:01:28 +00:00
2006-09-13 13:24:59 -04:00
2006-12-04 10:37:06 -08:00
2006-06-30 19:25:36 +02:00
2006-10-06 14:56:04 -04:00
2006-10-06 14:56:04 -04:00
2006-10-05 15:10:12 +01:00
2006-12-07 00:24:09 -08:00
2006-12-07 00:21:14 -08:00
2006-11-22 14:57:56 +00:00
2006-11-22 14:57:56 +00:00
2006-12-02 00:12:03 -05:00
2006-12-02 00:12:03 -05:00
2006-10-02 07:57:14 -07:00
2006-09-13 13:24:59 -04:00
2006-12-04 02:00:34 -05:00
2006-09-13 13:24:59 -04:00
2006-10-21 14:09:51 -04:00
2006-10-21 14:09:51 -04:00
2006-12-11 09:31:28 -05:00
2006-10-21 14:09:51 -04:00
2006-10-05 15:10:12 +01:00
2006-12-08 08:28:39 -08:00
2006-09-13 13:24:59 -04:00
2006-12-04 16:07:19 -05:00
2006-10-06 14:56:04 -04:00
2006-10-06 14:56:04 -04:00
2006-12-02 00:11:56 -05:00