Skip to content

Commit

Permalink
list: Fix a typo at the kernel-doc markup
Browse files Browse the repository at this point in the history
hlist_add_behing -> hlist_add_behind

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
  • Loading branch information
Mauro Carvalho Chehab authored and Paul E. McKenney committed Jan 4, 2021
1 parent 2c8bce6 commit 4704bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ static inline void hlist_add_before(struct hlist_node *n,
}

/**
* hlist_add_behing - add a new entry after the one specified
* hlist_add_behind - add a new entry after the one specified
* @n: new entry to be added
* @prev: hlist node to add it after, which must be non-NULL
*/
Expand Down

0 comments on commit 4704bd3

Please sign in to comment.