]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/sched.h
sched: Fix some kernel-doc warnings
authorYacine Belkadi <yacine.belkadi.1@gmail.com>
Fri, 12 Jul 2013 18:45:47 +0000 (20:45 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 18 Jul 2013 07:58:21 +0000 (09:58 +0200)
commite69f61862ab833e9b8d3c15b6ce07fd69f3bfecc
tree4d3d4c3c3e001307a48cfe84e0b4f9ef691a835f
parent61f98b0fca802d7e0191072606519e2230a6226d
sched: Fix some kernel-doc warnings

When building the htmldocs (in verbose mode), scripts/kernel-doc
reports the follwing type of warnings:

  Warning(kernel/sched/core.c:936): No description found for return value of 'task_curr'
  ...

Fix those by:

 - adding the missing descriptions
 - using "Return" sections for the descriptions

Signed-off-by: Yacine Belkadi <yacine.belkadi.1@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1373654747-2389-1-git-send-email-yacine.belkadi.1@gmail.com
[ While at it, fix the cpupri_set() explanation. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
kernel/sched/core.c
kernel/sched/cpupri.c
kernel/sched/fair.c