public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched: fix a kerneldoc error on is_init()
@ 2006-10-05 10:48 Henne
  0 siblings, 0 replies; only message in thread
From: Henne @ 2006-10-05 10:48 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

Fix a kerneldoc warning and reorderd the description for is_init().
Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>

---

 sched.h |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/linux/sched.h b/include/linux/sched.h
index 331f450..6735c1c 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1065,9 +1065,10 @@ static inline int pid_alive(struct task_
 }
 
 /**
- * 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)
 {



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-05 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05 10:48 [PATCH] sched: fix a kerneldoc error on is_init() Henne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox