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)
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>

No differences found