]> Git Repo - linux.git/commitdiff
[PATCH] sched: fix a kerneldoc error on is_init()
authorHenne <[email protected]>
Fri, 6 Oct 2006 07:44:01 +0000 (00:44 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Oct 2006 15:53:41 +0000 (08:53 -0700)
Fix a kerneldoc warning and reorderd the description for is_init().

Signed-off-by: Henrik Kretzschmar <[email protected]>
Cc: "Randy.Dunlap" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/sched.h

index 331f4502e92bb6540f407d2c1d735c693a28edd9..6735c1cf334caba982d9a8dee39a9e70c8fe50de 100644 (file)
@@ -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)
 {
This page took 0.054062 seconds and 4 git commands to generate.