提交 b736523f 编写于 作者: R Randy Dunlap 提交者: Linus Torvalds

include/linux/list.h: fix list_is_first() kernel-doc

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/ddce8b80-9a8a-d52d-3546-87b2211c089a@infradead.org
Fixes: 70b44595 ("mm, compaction: use free lists to quickly locate a migration source")
Signed-off-by: NRandy Dunlap <rdunlap@infradead.org>
Acked-by: NMel Gorman <mgorman@techsingularity.net>
Reviewed-by: NWilliam Kucharski <william.kucharski@oracle.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 5ae2efb1
...@@ -207,7 +207,7 @@ static inline void list_bulk_move_tail(struct list_head *head, ...@@ -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 * @list: the entry to test
* @head: the head of the list * @head: the head of the list
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册