]> Pileus Git - ~andy/linux/commit
eth: Make is_link_local() consistent with other address tests
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 1 Nov 2012 09:11:11 +0000 (09:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Nov 2012 01:34:05 +0000 (21:34 -0400)
commit46acc460c07b5c74287560a00b6cbc6111136ab6
treec6fea173bd0ec28ba4eb5790cd2601a60bcbcc3e
parent4197f24b5bd8be03e84d23920e90f6a1313f4b79
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>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
drivers/net/ethernet/intel/ixgbevf/vf.c
include/linux/etherdevice.h
net/bridge/br_input.c
net/bridge/br_sysfs_br.c