From: Daniel Borkmann Date: Mon, 17 Jun 2013 09:40:04 +0000 (+0200) Subject: net: sctp: get rid of t_new macro for kzalloc X-Git-Tag: v3.11-rc1~16^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=939cfa75a0cea97aa60cb88e3722baefdceb4e72;p=pandora-kernel.git 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 Acked-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed