sched/core: Fix htmldocs warnings
authorJuri Lelli <[email protected]>
Tue, 14 Jan 2014 15:10:39 +0000 (16:10 +0100)
committerIngo Molnar <[email protected]>
Thu, 16 Jan 2014 08:27:12 +0000 (09:27 +0100)
commit5778fccf361c9ba443b45d822f3d875f64c80084
tree90771f537c4ecc158b361bfe6319e7c0fde7bb56
parent71362650b555a5b24c732e455484cc7cac1c8588
sched/core: Fix htmldocs warnings

Fengguang Wu's kbuild test robot reported the following new htmldocs warnings:

  >>> Warning(kernel/sched/core.c:3380): No description found for parameter 'uattr'
  >>> Warning(kernel/sched/core.c:3380): Excess function parameter 'attr' description in 'sys_sched_setattr'
  >>> Warning(kernel/sched/core.c:3520): No description found for parameter 'uattr'
  >>> Warning(kernel/sched/core.c:3520): Excess function parameter 'attr' description in 'sys_sched_getattr'

The second argument to sys_sched_{setattr,getattr}() is named uattr (not attr).

Reported-by: Fengguang Wu <[email protected]>
Signed-off-by: Juri Lelli <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Dario Faggioli <[email protected]>
Fixes: d50dde5a10f3 ("sched: Add new scheduler syscalls to support an extended scheduling parameters ABI")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched/core.c