]> Pileus Git - ~andy/linux/commitdiff
net, mc: fix the incorrect comments in two mc-related functions
authorZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Mon, 28 Oct 2013 08:15:50 +0000 (16:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Oct 2013 04:19:05 +0000 (00:19 -0400)
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev_addr_lists.c

index 6cda4e2c2132e345f82e3cd0feaeaaa16fbd75e6..ec40a849fc42ac44faeb9eae6da028caa73157fc 100644 (file)
@@ -752,7 +752,7 @@ int dev_mc_del_global(struct net_device *dev, const unsigned char *addr)
 EXPORT_SYMBOL(dev_mc_del_global);
 
 /**
- *     dev_mc_sync - Synchronize device's unicast list to another device
+ *     dev_mc_sync - Synchronize device's multicast list to another device
  *     @to: destination device
  *     @from: source device
  *
@@ -780,7 +780,7 @@ int dev_mc_sync(struct net_device *to, struct net_device *from)
 EXPORT_SYMBOL(dev_mc_sync);
 
 /**
- *     dev_mc_sync_multiple - Synchronize device's unicast list to another
+ *     dev_mc_sync_multiple - Synchronize device's multicast list to another
  *     device, but allow for multiple calls to sync to multiple devices.
  *     @to: destination device
  *     @from: source device