sched: add missing kernel-doc in sched.h
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 3 Feb 2009 00:00:29 +0000 (16:00 -0800)
committerIngo Molnar <mingo@elte.hu>
Tue, 3 Feb 2009 05:32:10 +0000 (06:32 +0100)
Add kernel-doc notation for @lock:

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

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/linux/sched.h

index 5a7c763..2127e95 100644 (file)
@@ -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