瀏覽代碼

sched: add missing kernel-doc in sched.h

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>
Randy Dunlap 16 年之前
父節點
當前提交
35626129ab
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/sched.h

+ 1 - 0
include/linux/sched.h

@@ -443,6 +443,7 @@ struct pacct_struct {
  * @utime:		time spent in user mode, in &cputime_t units
  * @utime:		time spent in user mode, in &cputime_t units
  * @stime:		time spent in kernel 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
  * @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
  * This structure groups together three kinds of CPU time that are
  * tracked for threads and thread groups.  Most things considering
  * tracked for threads and thread groups.  Most things considering