commit | 46acc460c07b5c74287560a00b6cbc6111136ab6 | [log] [tgz] |
---|---|---|
author | Ben Hutchings <bhutchings@solarflare.com> | Thu Nov 01 09:11:11 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 02 21:34:05 2012 -0400 |
tree | c6fea173bd0ec28ba4eb5790cd2601a60bcbcc3e | |
parent | 4197f24b5bd8be03e84d23920e90f6a1313f4b79 [diff] |
eth: Make is_link_local() consistent with other address tests Function name should include '_ether_addr'. Return type should be bool. Parameter name should be 'addr' not 'dest' (also matching kernel-doc). Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Acked-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>