Commit bb9aaaa1 authored by sunlianwen's avatar sunlianwen Committed by David S. Miller

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 64e86fec
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment