]> git.baikalelectronics.ru Git - kernel.git/commit
net: fix definition of netdev_for_each_mc_addr()
authorPavel Roskin <proski@gnu.org>
Wed, 7 Apr 2010 23:40:09 +0000 (16:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 7 Apr 2010 23:40:09 +0000 (16:40 -0700)
commit423b4f515a570288c4967fad0fb7c647d6333ca9
tree1e131d82de1a07488272d5724a4e641d6a466345
parenta886faf2417de9304a76e52286c01bbe2d44a4b5
net: fix definition of netdev_for_each_mc_addr()

The first argument should be called ha, not mclist.  All callers use the
name "ha", but if they used a different name, there would be a compile
error.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h