Re: [PATCH v5 07/20] kthread: Initial support for delayed kthread work

From: Petr Mladek
Date: Wed Feb 24 2016 - 11:09:28 EST


On Tue 2016-02-23 00:06:50, kbuild test robot wrote:
> Hi Petr,
>
> [auto build test WARNING on soc-thermal/next]
> [also build test WARNING on v4.5-rc5 next-20160222]
> [if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
>
> url: https://github.com/0day-ci/linux/commits/Petr-Mladek/kthread-Use-kthread-worker-API-more-widely/20160222-230250
> base: https://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal next
> reproduce: make htmldocs
>
> All warnings (new ones prefixed by >>):
>
> include/linux/init.h:1: warning: no structured comments found
> >> kernel/kthread.c:833: warning: No description found for parameter 'dwork'
> >> kernel/kthread.c:833: warning: No description found for parameter 'delay'
> >> kernel/kthread.c:833: warning: Excess function parameter 'work' description in 'queue_delayed_kthread_work'
> kernel/sys.c:1: warning: no structured comments found

Great catch. Please, find below a fixed version of the patch.