]> git.baikalelectronics.ru Git - kernel.git/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)
commit1b7f5247c12d531be5010129b26a8e2450fffaf7
treec6fea173bd0ec28ba4eb5790cd2601a60bcbcc3e
parent13b98863003d35c9018c9f461c7970f53c7af628
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