@@ -1237,7 +1237,7 @@ struct netdev_net_notifier {
12371237 * int (*ndo_fdb_del)(struct ndmsg *ndm, struct nlattr *tb[],
12381238 * struct net_device *dev,
12391239 * const unsigned char *addr, u16 vid)
1240- * Deletes the FDB entry from dev coresponding to addr.
1240+ * Deletes the FDB entry from dev corresponding to addr.
12411241 * int (*ndo_fdb_del_bulk)(struct nlmsghdr *nlh, struct net_device *dev,
12421242 * struct netlink_ext_ack *extack);
12431243 * int (*ndo_fdb_dump)(struct sk_buff *skb, struct netlink_callback *cb,
@@ -3514,7 +3514,7 @@ static inline void netdev_tx_completed_queue(struct netdev_queue *dev_queue,
35143514 dql_completed (& dev_queue -> dql , bytes );
35153515
35163516 /*
3517- * Without the memory barrier there is a small possiblity that
3517+ * Without the memory barrier there is a small possibility that
35183518 * netdev_tx_sent_queue will miss the update and cause the queue to
35193519 * be stopped forever
35203520 */
@@ -4583,7 +4583,7 @@ void dev_uc_flush(struct net_device *dev);
45834583void dev_uc_init (struct net_device * dev );
45844584
45854585/**
4586- * __dev_uc_sync - Synchonize device's unicast list
4586+ * __dev_uc_sync - Synchronize device's unicast list
45874587 * @dev: device to sync
45884588 * @sync: function to call if address should be added
45894589 * @unsync: function to call if address should be removed
@@ -4627,7 +4627,7 @@ void dev_mc_flush(struct net_device *dev);
46274627void dev_mc_init (struct net_device * dev );
46284628
46294629/**
4630- * __dev_mc_sync - Synchonize device's multicast list
4630+ * __dev_mc_sync - Synchronize device's multicast list
46314631 * @dev: device to sync
46324632 * @sync: function to call if address should be added
46334633 * @unsync: function to call if address should be removed
0 commit comments