]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
net: fix spelling for synchronized
authorFabian Frederick <fabf@skynet.be>
Mon, 17 Nov 2014 21:04:03 +0000 (22:04 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Nov 2014 20:26:32 +0000 (15:26 -0500)
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev_addr_lists.c

index b6b230600b974ab908679fb62d225ed084ea5276..c0548d268e1a2ffa381082324cd5497c1fd49ffb 100644 (file)
@@ -278,8 +278,8 @@ int __hw_addr_sync_dev(struct netdev_hw_addr_list *list,
 EXPORT_SYMBOL(__hw_addr_sync_dev);
 
 /**
- *  __hw_addr_unsync_dev - Remove synchonized addresses from device
- *  @list: address list to remove syncronized addresses from
+ *  __hw_addr_unsync_dev - Remove synchronized addresses from device
+ *  @list: address list to remove synchronized addresses from
  *  @dev:  device to sync
  *  @unsync: function to call if address should be removed
  *