Skip to content

Commit 3eb6b31

Browse files
committed
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>
1 parent c88773d commit 3eb6b31

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

kernel/workqueue.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,11 +1212,14 @@ static void pwq_dec_nr_in_flight(struct pool_workqueue *pwq, int color)
12121212
* stable state - idle, on timer or on worklist.
12131213
*
12141214
* Return:
1215+
*
1216+
* ======== ================================================================
12151217
* 1 if @work was pending and we successfully stole PENDING
12161218
* 0 if @work was idle and we claimed PENDING
12171219
* -EAGAIN if PENDING couldn't be grabbed at the moment, safe to busy-retry
12181220
* -ENOENT if someone else is canceling @work, this state may persist
12191221
* for arbitrarily long
1222+
* ======== ================================================================
12201223
*
12211224
* Note:
12221225
* On >= 0 return, the caller owns @work's PENDING bit. To avoid getting

0 commit comments

Comments
 (0)