public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sched: add missing kernel-doc in sched.h
@ 2009-02-03  0:00 Randy Dunlap
  2009-02-03  5:32 ` Ingo Molnar
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-02-03  0:00 UTC (permalink / raw)
  To: lkml; +Cc: mingo, akpm

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sched: add missing kernel-doc in sched.h
  2009-02-03  0:00 [PATCH] sched: add missing kernel-doc in sched.h Randy Dunlap
@ 2009-02-03  5:32 ` Ingo Molnar
  0 siblings, 0 replies; 2+ messages in thread
From: Ingo Molnar @ 2009-02-03  5:32 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, mingo, akpm, Peter Zijlstra


* Randy Dunlap <randy.dunlap@oracle.com> wrote:

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> 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>
> ---
>  include/linux/sched.h |    1 +
>  1 file changed, 1 insertion(+)

Applied to tip/sched/urgent, thanks Randy!

	Ingo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-03  5:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-03  0:00 [PATCH] sched: add missing kernel-doc in sched.h Randy Dunlap
2009-02-03  5:32 ` Ingo Molnar

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