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:
Родитель
64e86fec54
Коммит
bb9aaaa184
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче