From: Yacine Belkadi Date: Fri, 12 Jul 2013 18:45:47 +0000 (+0200) Subject: sched: Fix some kernel-doc warnings X-Git-Tag: v3.11-rc6~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e69f61862ab833e9b8d3c15b6ce07fd69f3bfecc;p=pandora-kernel.git 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 Cc: Peter Zijlstra 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 --- Reading git-diff-tree failed