提交 3260259f 编写于 作者: H Henne 提交者: Linus Torvalds

[PATCH] sched: fix a kerneldoc error on is_init()

Fix a kerneldoc warning and reorderd the description for is_init().
Signed-off-by: NHenrik Kretzschmar <henne@nachtwindheim.de>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 1662d32c
......@@ -1065,9 +1065,10 @@ static inline int pid_alive(struct task_struct *p)
}
/**
* is_init - check if a task structure is the first user space
* task the kernel created.
* @p: Task structure to be checked.
* is_init - check if a task structure is init
* @tsk: Task structure to be checked.
*
* Check if a task structure is the first user space task the kernel created.
*/
static inline int is_init(struct task_struct *tsk)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册