]> Pileus Git - ~andy/linux/commit
net: sctp: get rid of t_new macro for kzalloc
authorDaniel Borkmann <dborkman@redhat.com>
Mon, 17 Jun 2013 09:40:04 +0000 (11:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jun 2013 00:08:04 +0000 (17:08 -0700)
commit939cfa75a0cea97aa60cb88e3722baefdceb4e72
tree6fa177035a89a9f2a2c6ac03c7ed4a7b3af84072
parent32bc9b46d840d08e1c8f58eaf500d0e596c33659
net: sctp: get rid of t_new macro for kzalloc

t_new rather obfuscates things where everyone else is using actual
function names instead of that macro, so replace it with kzalloc,
which is the function t_new wraps.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Acked-by: Vlad Yasevich <vyasevich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sctp.h
net/sctp/associola.c
net/sctp/bind_addr.c
net/sctp/endpointola.c
net/sctp/ipv6.c
net/sctp/protocol.c
net/sctp/transport.c