Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d2398dc authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

net: fix spelling for synchronized

parent a77b6343
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -278,8 +278,8 @@ int __hw_addr_sync_dev(struct netdev_hw_addr_list *list,
EXPORT_SYMBOL(__hw_addr_sync_dev);
EXPORT_SYMBOL(__hw_addr_sync_dev);


/**
/**
 *  __hw_addr_unsync_dev - Remove synchonized addresses from device
 *  __hw_addr_unsync_dev - Remove synchronized addresses from device
 *  @list: address list to remove syncronized addresses from
 *  @list: address list to remove synchronized addresses from
 *  @dev:  device to sync
 *  @dev:  device to sync
 *  @unsync: function to call if address should be removed
 *  @unsync: function to call if address should be removed
 *
 *