net: core: Fix a typo in dev_addr_lists.c
Modify "funciton" to "function" in net/core/dev_addr_lists.c. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Lu Wei <luwei32@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3f9143f10c
commit
897b9fae7a
@ -228,7 +228,7 @@ EXPORT_SYMBOL(__hw_addr_unsync);
|
|||||||
* @sync: function to call if address should be added
|
* @sync: function to call if address should be added
|
||||||
* @unsync: function to call if address should be removed
|
* @unsync: function to call if address should be removed
|
||||||
*
|
*
|
||||||
* This funciton is intended to be called from the ndo_set_rx_mode
|
* This function is intended to be called from the ndo_set_rx_mode
|
||||||
* function of devices that require explicit address add/remove
|
* function of devices that require explicit address add/remove
|
||||||
* notifications. The unsync function may be NULL in which case
|
* notifications. The unsync function may be NULL in which case
|
||||||
* the addresses requiring removal will simply be removed without
|
* the addresses requiring removal will simply be removed without
|
||||||
|
Loading…
Reference in New Issue
Block a user