From: Herbert Xu Date: Mon, 15 Oct 2007 19:50:28 +0000 (-0700) Subject: [IPV6]: Replace sk_buff ** with sk_buff * in input handlers X-Git-Tag: v2.6.24-rc1~1277^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5bbef20e017efcb10700398cc048c49b98628e0;p=pandora-kernel.git [IPV6]: Replace sk_buff ** with sk_buff * in input handlers With all the users of the double pointers removed from the IPv6 input path, this patch converts all occurances of sk_buff ** to sk_buff * in IPv6 input handlers. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed