]> git.baikalelectronics.ru Git - kernel.git/commit
igb: rename igb_update_mc_addr_list_82575 to not include the 82575
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 6 Feb 2009 23:20:10 +0000 (23:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Feb 2009 10:43:12 +0000 (02:43 -0800)
commit83dd21b467260c47b2b409f6cac2c88e2d41723e
treee3762cee0a88f60a74a9af7c7dffd6a782c04f95
parent3ebef9a8efdd05bbc5decf03b48e696499a20bca
igb: rename igb_update_mc_addr_list_82575 to not include the 82575

There isn't much point in having the _82575 hanging off the end of this
function since there aren't any other version of this function running
around within this driver.  This also allows for a bit of whitespace
cleanup due to a shorter function name.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/e1000_82575.c
drivers/net/igb/e1000_82575.h
drivers/net/igb/igb_main.c