dev: Spelling fix in comments
authorsubashab@codeaurora.org <subashab@codeaurora.org>
Fri, 24 Jul 2015 03:03:29 +0000 (03:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jul 2015 07:54:57 +0000 (00:54 -0700)
Fix the following typo
- unchainged -> unchanged

Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c

index cb52cba30ae8be36cd05d8025191932c5be1f0fe..4870c3556a5a68be94cf28b65d527331810e7187 100644 (file)
@@ -4995,7 +4995,7 @@ EXPORT_SYMBOL(netdev_all_upper_get_next_dev_rcu);
  * Gets the next netdev_adjacent->private from the dev's lower neighbour
  * list, starting from iter position. The caller must hold either hold the
  * RTNL lock or its own locking that guarantees that the neighbour lower
- * list will remain unchainged.
+ * list will remain unchanged.
  */
 void *netdev_lower_get_next_private(struct net_device *dev,
                                    struct list_head **iter)
@@ -5050,7 +5050,7 @@ EXPORT_SYMBOL(netdev_lower_get_next_private_rcu);
  * Gets the next netdev_adjacent from the dev's lower neighbour
  * list, starting from iter position. The caller must hold RTNL lock or
  * its own locking that guarantees that the neighbour lower
- * list will remain unchainged.
+ * list will remain unchanged.
  */
 void *netdev_lower_get_next(struct net_device *dev, struct list_head **iter)
 {
This page took 0.030257 seconds and 5 git commands to generate.