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)
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

Simple merge