From: Fabian Frederick Date: Mon, 17 Nov 2014 21:04:03 +0000 (+0100) Subject: net: fix spelling for synchronized X-Git-Tag: v3.19-rc1~118^2~171 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=1d2398dc7c78f32c50ee23a21ad9141e5e08a2ed;p=~emulex%2Finfiniband.git net: fix spelling for synchronized Signed-off-by: Fabian Frederick Signed-off-by: David S. Miller --- diff --git a/net/core/dev_addr_lists.c b/net/core/dev_addr_lists.c index b6b230600b9..c0548d268e1 100644 --- a/net/core/dev_addr_lists.c +++ b/net/core/dev_addr_lists.c @@ -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 *