Commit-ID: 920ce39f6c204d4ce4d8acebe7522f0dfa95f662 Gitweb: http://git.kernel.org/tip/920ce39f6c204d4ce4d8acebe7522f0dfa95f662 Author: Jason Low <jason.low2@xxxxxx> AuthorDate: Fri, 8 May 2015 14:31:50 -0700 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitDate: Sun, 10 May 2015 12:45:27 +0200 sched, timer: Fix documentation for 'struct thread_group_cputimer' Fix the docbook build bug reported by Fengguang Wu. Reported-by: Fengguang Wu <fengguang.wu@xxxxxxxxx> Signed-off-by: Jason Low <jason.low2@xxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Waiman.Long@xxxxxx Cc: aswin@xxxxxx Cc: bp@xxxxxxxxx Cc: dave@xxxxxxxxxxxx Cc: fweisbec@xxxxxxxxx Cc: mgorman@xxxxxxx Cc: oleg@xxxxxxxxxx Cc: paulmck@xxxxxxxxxxxxxxxxxx Cc: preeti@xxxxxxxxxxxxxxxxxx Cc: riel@xxxxxxxxxx Cc: rostedt@xxxxxxxxxxx Cc: scott.norton@xxxxxx Cc: torvalds@xxxxxxxxxxxxxxxxxxxx Cc: umgwanakikbuti@xxxxxxxxx Link: http://lkml.kernel.org/r/1431120710.5136.12.camel@j-VirtualBox Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> --- include/linux/sched.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 254d88e..0eceeec 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -606,10 +606,9 @@ struct task_cputime_atomic { /** * struct thread_group_cputimer - thread group interval timer counts - * @cputime: thread group interval timers. + * @cputime_atomic: atomic thread group interval timers. * @running: non-zero when there are timers running and * @cputime receives updates. - * @lock: lock for fields in this struct. * * This structure contains the version of task_cputime, above, that is * used for thread group CPU timer calculations. -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |