net: change the comment of dev_mc_init

The comment of dev_mc_init() is wrong. which use dev_mc_flush
instead of dev_mc_init.

Signed-off-by: Lianwen Sun <sunlw.fnst@cn.fujitsu.com
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
sunlianwen 2018-04-18 09:22:39 +08:00 committed by David S. Miller
parent 64e86fec54
commit bb9aaaa184

View file

@ -839,7 +839,7 @@ void dev_mc_flush(struct net_device *dev)
EXPORT_SYMBOL(dev_mc_flush);
/**
* dev_mc_flush - Init multicast address list
* dev_mc_init - Init multicast address list
* @dev: device
*
* Init multicast address list.