projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c8bce6
)
list: Fix a typo at the kernel-doc markup
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 10:18:16 +0000
(11:18 +0100)
committer
Paul E. McKenney
<paulmck@kernel.org>
Mon, 4 Jan 2021 21:35:14 +0000
(13:35 -0800)
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>
include/linux/list.h
patch
|
blob
|
history
diff --git
a/include/linux/list.h
b/include/linux/list.h
index 89bdc92e75c339f93a97e87352da0e1f2f193f46..f2af4b4aa4e9ae480a69e24527531e8675083402 100644
(file)
--- a/
include/linux/list.h
+++ b/
include/linux/list.h
@@
-901,7
+901,7
@@
static inline void hlist_add_before(struct hlist_node *n,
}
/**
- * hlist_add_behin
g
- add a new entry after the one specified
+ * hlist_add_behin
d
- 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
*/