Skip to content

Commit b469139

Browse files
subashab@codeaurora.orgdavem330
authored andcommitted
dev: Spelling fix in comments
Fix the following typo - unchainged -> unchanged Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 24b4d2a commit b469139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/core/dev.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4995,7 +4995,7 @@ EXPORT_SYMBOL(netdev_all_upper_get_next_dev_rcu);
49954995
* Gets the next netdev_adjacent->private from the dev's lower neighbour
49964996
* list, starting from iter position. The caller must hold either hold the
49974997
* RTNL lock or its own locking that guarantees that the neighbour lower
4998-
* list will remain unchainged.
4998+
* list will remain unchanged.
49994999
*/
50005000
void *netdev_lower_get_next_private(struct net_device *dev,
50015001
struct list_head **iter)
@@ -5050,7 +5050,7 @@ EXPORT_SYMBOL(netdev_lower_get_next_private_rcu);
50505050
* Gets the next netdev_adjacent from the dev's lower neighbour
50515051
* list, starting from iter position. The caller must hold RTNL lock or
50525052
* its own locking that guarantees that the neighbour lower
5053-
* list will remain unchainged.
5053+
* list will remain unchanged.
50545054
*/
50555055
void *netdev_lower_get_next(struct net_device *dev, struct list_head **iter)
50565056
{

0 commit comments

Comments
 (0)