[PATCH] sched: add missing kernel-doc in sched.h

From: Randy Dunlap
Date: Mon Feb 02 2009 - 19:01:20 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Add kernel-doc notation for @lock:

include/linux/sched.h:457: No description found for parameter 'lock'

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
include/linux/sched.h | 1 +
1 file changed, 1 insertion(+)

--- linux-2.6.29-rc3-git3.orig/include/linux/sched.h
+++ linux-2.6.29-rc3-git3/include/linux/sched.h
@@ -443,6 +443,7 @@ struct pacct_struct {
* @utime: time spent in user mode, in &cputime_t units
* @stime: time spent in kernel mode, in &cputime_t units
* @sum_exec_runtime: total time spent on the CPU, in nanoseconds
+ * @lock: lock for fields in this struct
*
* This structure groups together three kinds of CPU time that are
* tracked for threads and thread groups. Most things considering
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/