]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit - kernel/workqueue.c
workqueue: fix a kernel-doc warning
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 29 Sep 2020 11:12:51 +0000 (13:12 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 16 Oct 2020 05:28:20 +0000 (07:28 +0200)
commit3eb6b31bfb1732f4c48ef5a271dc15158efe8323
tree3af0fada2687ad1ca42766019e06971fc31b956e
parentc88773dcc66f02b06503490763853a10e83cde36
workqueue: fix a kernel-doc warning

As warned by Sphinx:

./Documentation/core-api/workqueue:400: ./kernel/workqueue.c:1218: WARNING: Unexpected indentation.

the return code table is currently not recognized, as it lacks
markups.

Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
kernel/workqueue.c