From: Pavel Roskin Date: Wed, 7 Apr 2010 23:40:09 +0000 (-0700) Subject: net: fix definition of netdev_for_each_mc_addr() X-Git-Tag: v2.6.35-rc1~473^2~545 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18e225f257663c59ff9d4482f07ffd06361fc2ec;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed