From: fan.du Date: Mon, 22 Jul 2013 06:21:09 +0000 (+0800) Subject: net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1 X-Git-Tag: v3.12-rc1~132^2~477 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9225b23057aeba13957e8033f69a554dc246a80e;p=pandora-kernel.git net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1 The "int addrlen" in fib6_add_1 is rebundant, as we can get it from parameter "struct in6_addr *addr" once we modified its type. And also fix some coding style issues in fib6_add_1 Signed-off-by: Fan Du Acked-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed