workqueue: fix some scripts/kernel-doc warnings
authorYacine Belkadi <yacine.belkadi.1@gmail.com>
Wed, 31 Jul 2013 21:59:24 +0000 (14:59 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 20 Aug 2013 10:57:25 +0000 (12:57 +0200)
commitd185af300fe43c130083851ca918ea2bb9600f0f
treea9785bc08f4854abfb6b8d4ffc4bc4330cacbc9e
parent1a5d6d2b1792245bcfd93aa7225f114a27cc45d3
workqueue: fix some scripts/kernel-doc warnings

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

Warning(kernel/workqueue.c:653): No description found for return value of
'get_work_pool'

Fix them by:
- Using "Return:" sections to introduce descriptions of return values
- Adding some missing descriptions

Signed-off-by: Yacine Belkadi <yacine.belkadi.1@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/workqueue.c
This page took 0.024506 seconds and 5 git commands to generate.