]> git.baikalelectronics.ru Git - kernel.git/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)
commit16798020177069d8e6a56c281301215cac93244c
tree6fa177035a89a9f2a2c6ac03c7ed4a7b3af84072
parent71c647954c51cd9d6137b644bbdb87ae1c3473e6
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