Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3260259f authored by Henrik Kretzschmar's avatar Henrik Kretzschmar Committed by Linus Torvalds
Browse files

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



Fix a kerneldoc warning and reorderd the description for is_init().

Signed-off-by: default avatarHenrik Kretzschmar <henne@nachtwindheim.de>
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1662d32c
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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)
{