diff options
| author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-10-28 04:15:50 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2013-10-29 00:19:05 -0400 |
| commit | cdfb97bc010d9e9d994eb68f2cbac3a8ada26104 (patch) | |
| tree | 3a73a7fa7b719820a098d4232f98c060254cf709 | |
| parent | ab1a2d7773b23dbbb863fd63fcf83b67cf361e34 (diff) | |
net, mc: fix the incorrect comments in two mc-related functions
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | net/core/dev_addr_lists.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/core/dev_addr_lists.c b/net/core/dev_addr_lists.c index 6cda4e2c2132..ec40a849fc42 100644 --- a/net/core/dev_addr_lists.c +++ b/net/core/dev_addr_lists.c | |||
| @@ -752,7 +752,7 @@ int dev_mc_del_global(struct net_device *dev, const unsigned char *addr) | |||
| 752 | EXPORT_SYMBOL(dev_mc_del_global); | 752 | EXPORT_SYMBOL(dev_mc_del_global); |
| 753 | 753 | ||
| 754 | /** | 754 | /** |
| 755 | * dev_mc_sync - Synchronize device's unicast list to another device | 755 | * dev_mc_sync - Synchronize device's multicast list to another device |
| 756 | * @to: destination device | 756 | * @to: destination device |
| 757 | * @from: source device | 757 | * @from: source device |
| 758 | * | 758 | * |
| @@ -780,7 +780,7 @@ int dev_mc_sync(struct net_device *to, struct net_device *from) | |||
| 780 | EXPORT_SYMBOL(dev_mc_sync); | 780 | EXPORT_SYMBOL(dev_mc_sync); |
| 781 | 781 | ||
| 782 | /** | 782 | /** |
| 783 | * dev_mc_sync_multiple - Synchronize device's unicast list to another | 783 | * dev_mc_sync_multiple - Synchronize device's multicast list to another |
| 784 | * device, but allow for multiple calls to sync to multiple devices. | 784 | * device, but allow for multiple calls to sync to multiple devices. |
| 785 | * @to: destination device | 785 | * @to: destination device |
| 786 | * @from: source device | 786 | * @from: source device |
