Skip to content

Commit cdfb97b

Browse files
Zhi Yong Wudavem330
authored andcommitted
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>
1 parent ab1a2d7 commit cdfb97b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

net/core/dev_addr_lists.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ int dev_mc_del_global(struct net_device *dev, const unsigned char *addr)
752752
EXPORT_SYMBOL(dev_mc_del_global);
753753

754754
/**
755-
* dev_mc_sync - Synchronize device's unicast list to another device
755+
* dev_mc_sync - Synchronize device's multicast list to another device
756756
* @to: destination device
757757
* @from: source device
758758
*
@@ -780,7 +780,7 @@ int dev_mc_sync(struct net_device *to, struct net_device *from)
780780
EXPORT_SYMBOL(dev_mc_sync);
781781

782782
/**
783-
* dev_mc_sync_multiple - Synchronize device's unicast list to another
783+
* dev_mc_sync_multiple - Synchronize device's multicast list to another
784784
* device, but allow for multiple calls to sync to multiple devices.
785785
* @to: destination device
786786
* @from: source device

0 commit comments

Comments
 (0)