From: wangweidong Date: Sat, 26 Oct 2013 08:06:31 +0000 (+0800) Subject: sctp: remove the repeat initialize with 0 X-Git-Tag: v3.13-rc1~105^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dc0a548a096c67e91ef3d8f6ca39466058b1725;p=pandora-kernel.git sctp: remove the repeat initialize with 0 kmem_cache_zalloc had set the allocated memory to zero. I think no need to initialize with 0. And move the comments to the function begin. Acked-by: Vlad Yasevich Signed-off-by: Wang Weidong Signed-off-by: David S. Miller --- Reading git-diff-tree failed