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)
commit18e225f257663c59ff9d4482f07ffd06361fc2ec
tree1e131d82de1a07488272d5724a4e641d6a466345
parent8e4795605d1e1b39113818ad7c147b8a867a1f6a
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