Skip to content

Commit

Permalink
net, mc: fix the incorrect comments in two mc-related functions
Browse files Browse the repository at this point in the history
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Zhi Yong Wu authored and David S. Miller committed Oct 29, 2013
1 parent ab1a2d7 commit cdfb97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/core/dev_addr_lists.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cdfb97b

Please sign in to comment.