linux/drivers/s390/char
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
..
Makefile [S390] Linux API for writing z/VM APPLDATA Monitor records. 2006-09-20 15:59:34 +02:00
con3215.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
con3270.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ctrlchar.c [S390] workqueue fixes. 2006-12-08 15:53:52 +01:00
ctrlchar.h
defkeymap.c [S390] Fix sparse warnings. 2006-07-12 16:41:55 +02:00
defkeymap.map
fs3270.c [PATCH] struct path: convert s390-drivers 2006-12-08 08:28:49 -08:00
keyboard.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
keyboard.h
monreader.c [PATCH] devfs: Remove the miscdevice devfs_name field as it's no longer needed 2006-06-26 12:25:08 -07:00
monwriter.c [S390] monwriter find header logic. 2006-10-18 18:30:49 +02:00
raw3270.c [S390] sysfs_create_xxx return values. 2006-07-18 13:46:58 +02:00
raw3270.h [S390] Fix sparse warnings. 2006-07-12 16:41:55 +02:00
sclp.c [S390] irq change build fixes. 2006-10-06 16:38:35 +02:00
sclp.h
sclp_con.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
sclp_cpi.c [PATCH] getting rid of all casts of k[cmz]alloc() calls 2006-12-13 09:05:58 -08:00
sclp_quiesce.c [S390] cpu shutdown rework 2006-12-04 15:40:33 +01:00
sclp_rw.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
sclp_rw.h
sclp_tty.c [PATCH] tty: switch to ktermios 2006-12-08 08:28:57 -08:00
sclp_tty.h
sclp_vt220.c [PATCH] const struct tty_operations 2006-10-02 07:57:14 -07:00
tape.h [S390] more workqueue fixes. 2006-12-08 15:53:57 +01:00
tape_34xx.c [S390] more workqueue fixes. 2006-12-08 15:53:57 +01:00
tape_3590.c [S390] more workqueue fixes. 2006-12-08 15:53:57 +01:00
tape_3590.h [PATCH] s390: 3590 tape driver 2006-03-24 07:33:18 -08:00
tape_block.c [S390] more workqueue fixes. 2006-12-08 15:53:57 +01:00
tape_char.c [PATCH] struct path: convert s390-drivers 2006-12-08 08:28:49 -08:00
tape_class.c [S390] tape class return value handling. 2006-08-07 17:00:28 +02:00
tape_class.h
tape_core.c [S390] more workqueue fixes. 2006-12-08 15:53:57 +01:00
tape_proc.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
tape_std.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
tape_std.h [PATCH] s390: tape 3590 changes 2006-04-28 08:33:48 -07:00
tty3270.c [PATCH] tty: switch to ktermios 2006-12-08 08:28:57 -08:00
vmcp.c [S390] fix typo in vmcp. 2006-09-20 15:59:24 +02:00
vmcp.h [S390] fix typo in vmcp. 2006-09-20 15:59:24 +02:00
vmlogrdr.c [S390] Fix sparse warnings. 2006-07-12 16:41:55 +02:00
vmwatchdog.c [S390] Inline assembly cleanup. 2006-09-28 16:56:43 +02:00