projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ae2efb
)
include/linux/list.h: fix list_is_first() kernel-doc
author
Randy Dunlap
<
[email protected]
>
Fri, 29 Mar 2019 03:44:05 +0000
(20:44 -0700)
committer
Linus Torvalds
<
[email protected]
>
Fri, 29 Mar 2019 17:01:37 +0000
(10:01 -0700)
Fix typo of kernel-doc parameter notation (there should be no space
between '@' and the parameter name).
Also fixes bogus kernel-doc notation output formatting.
Link:
http://lkml.kernel.org/r/
[email protected]
Fixes: 70b44595eafe9 ("mm, compaction: use free lists to quickly locate a migration source")
Signed-off-by: Randy Dunlap <
[email protected]
>
Acked-by: Mel Gorman <
[email protected]
>
Reviewed-by: William Kucharski <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/list.h
patch
|
blob
|
history
diff --git
a/include/linux/list.h
b/include/linux/list.h
index 79626b5ab36cce2492a406c3ff4f50023c4c2150..58aa3adf94e63585631876b9a880c454fbd905df 100644
(file)
--- a/
include/linux/list.h
+++ b/
include/linux/list.h
@@
-207,7
+207,7
@@
static inline void list_bulk_move_tail(struct list_head *head,
}
/**
- * list_is_first -- tests whether @
list is the first entry in list @head
+ * list_is_first -- tests whether @list is the first entry in list @head
* @list: the entry to test
* @head: the head of the list
*/