[NET]: Forget the zero_it argument of sk_alloc()
authorPavel Emelyanov <xemul@openvz.org>
Thu, 1 Nov 2007 07:39:31 +0000 (00:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Nov 2007 07:39:31 +0000 (00:39 -0700)
commit6257ff2177ff02d7f260a7a501876aa41cb9a9f6
tree9d9f80ccf16f3d4ef062e896f62974c5496193ad
parent154adbc8469ff21fbf5c958446ee92dbaab01be1
[NET]: Forget the zero_it argument of sk_alloc()

Finally, the zero_it argument can be completely removed from
the callers and from the function prototype.

Besides, fix the checkpatch.pl warnings about using the
assignments inside if-s.

This patch is rather big, and it is a part of the previous one.
I splitted it wishing to make the patches more readable. Hope
this particular split helped.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
33 files changed:
drivers/net/pppoe.c
drivers/net/pppol2tp.c
include/net/sock.h
net/appletalk/ddp.c
net/atm/common.c
net/ax25/af_ax25.c
net/bluetooth/bnep/sock.c
net/bluetooth/cmtp/sock.c
net/bluetooth/hci_sock.c
net/bluetooth/hidp/sock.c
net/bluetooth/l2cap.c
net/bluetooth/rfcomm/sock.c
net/bluetooth/sco.c
net/core/sock.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/iucv/af_iucv.c
net/key/af_key.c
net/llc/llc_conn.c
net/netlink/af_netlink.c
net/netrom/af_netrom.c
net/packet/af_packet.c
net/rose/af_rose.c
net/rxrpc/af_rxrpc.c
net/sctp/ipv6.c
net/sctp/protocol.c
net/tipc/socket.c
net/unix/af_unix.c
net/x25/af_x25.c