commit | 9225b23057aeba13957e8033f69a554dc246a80e | [log] [tgz] |
---|---|---|
author | fan.du <fan.du@windriver.com> | Mon Jul 22 14:21:09 2013 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 24 14:24:56 2013 -0700 |
tree | 9b6b4a8ad37fe06fffdeb350a02cac7bdc30cd6d | |
parent | 86a37def2bba8d22f8b512e7c8a0f6f6e197728c [diff] |
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 <fan.du@windriver.com> Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org> Signed-off-by: David S. Miller <davem@davemloft.net>