commit | 18e225f257663c59ff9d4482f07ffd06361fc2ec | [log] [tgz] |
---|---|---|
author | Pavel Roskin <proski@gnu.org> | Wed Apr 07 16:40:09 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 07 16:40:09 2010 -0700 |
tree | 1e131d82de1a07488272d5724a4e641d6a466345 | |
parent | 8e4795605d1e1b39113818ad7c147b8a867a1f6a [diff] |
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>