diff options
author | Jiri Pirko <jpirko@redhat.com> | 2012-01-09 01:18:34 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-01-09 15:46:58 -0500 |
commit | ab16ebf375f0513d6b0f5193de84186a3fc0c33b (patch) | |
tree | 5f4581eac2a8a155a7dc41be0ea47e0c35761f2c /net | |
parent | 475f1b52645a29936b9df1d8fcd45f7e56bd4a9f (diff) |
net: correct lock name in dev_[uc/mc]_sync documentations.
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '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 febba516db62..c34ce9f9c976 100644 --- a/net/core/dev_addr_lists.c +++ b/net/core/dev_addr_lists.c | |||
@@ -427,7 +427,7 @@ EXPORT_SYMBOL(dev_uc_del); | |||
427 | * | 427 | * |
428 | * Add newly added addresses to the destination device and release | 428 | * Add newly added addresses to the destination device and release |
429 | * addresses that have no users left. The source device must be | 429 | * addresses that have no users left. The source device must be |
430 | * locked by netif_tx_lock_bh. | 430 | * locked by netif_addr_lock_bh. |
431 | * | 431 | * |
432 | * This function is intended to be called from the dev->set_rx_mode | 432 | * This function is intended to be called from the dev->set_rx_mode |
433 | * function of layered software devices. | 433 | * function of layered software devices. |
@@ -590,7 +590,7 @@ EXPORT_SYMBOL(dev_mc_del_global); | |||
590 | * | 590 | * |
591 | * Add newly added addresses to the destination device and release | 591 | * Add newly added addresses to the destination device and release |
592 | * addresses that have no users left. The source device must be | 592 | * addresses that have no users left. The source device must be |
593 | * locked by netif_tx_lock_bh. | 593 | * locked by netif_addr_lock_bh. |
594 | * | 594 | * |
595 | * This function is intended to be called from the ndo_set_rx_mode | 595 | * This function is intended to be called from the ndo_set_rx_mode |
596 | * function of layered software devices. | 596 | * function of layered software devices. |