]> git.baikalelectronics.ru Git - kernel.git/commit
sched: Fix missing kernel-doc notation
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 12 Oct 2009 02:12:00 +0000 (19:12 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 12 Oct 2009 08:50:06 +0000 (10:50 +0200)
commitdb4fbd86998c86bb7de1c9c0a90d9bfc06454427
tree356f252a6e2ff7d3b61d9c94b2a2d452ab6551d3
parent3f3aec1fc8e11475dcdea9609b04c31cf32cd367
sched: Fix missing kernel-doc notation

The following htmldocs warnings:

  Warning(kernel/sched.c:685): No description found for parameter 'cpu'
  Warning(kernel/sched.c:3676): No description found for parameter 'sd'

Trigger because new parameters were added to update_rq_clock() and
update_group_power() without updating the kernel-doc notation.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <4AD29070.7070002@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched.c