[PATCH] sparse: dev_ioctl() callers
commit722386b96319217ceb58a3c9bd7e82e240c5cf4c
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Sun, 30 May 2004 13:06:33 +0000 (30 06:06 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 30 May 2004 13:06:33 +0000 (30 06:06 -0700)
tree33072c86594b2721ba786b52c5bf7bc38ab558b6
parent21a61fb3a5cbde8520ff24bd633a911e7c16410e
[PATCH] sparse: dev_ioctl() callers

dev_ioctl() has a __user pointer argument; however, its declaration
lacks that and callers are also wrong.  Declaration fixed, callers updated.
17 files changed:
include/linux/netdevice.h
net/appletalk/ddp.c
net/ax25/af_ax25.c
net/decnet/af_decnet.c
net/econet/af_econet.c
net/ipv4/af_inet.c
net/ipv6/af_inet6.c
net/ipx/af_ipx.c
net/irda/af_irda.c
net/llc/af_llc.c
net/netrom/af_netrom.c
net/packet/af_packet.c
net/rose/af_rose.c
net/socket.c
net/unix/af_unix.c
net/wanrouter/af_wanpipe.c
net/x25/af_x25.c