Jelajahi Sumber

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>
sunlianwen 7 tahun lalu
induk
melakukan
bb9aaaa184
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      net/core/dev_addr_lists.c

+ 1 - 1
net/core/dev_addr_lists.c

@@ -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.