workqueue: fix texinfodocs warning for WQ_* flags reference
authorKriish Sharma <kriish.sharma2006@gmail.com>
Mon, 22 Sep 2025 12:26:06 +0000 (12:26 +0000)
committerTejun Heo <tj@kernel.org>
Mon, 22 Sep 2025 15:37:20 +0000 (05:37 -1000)
commit0950c64ae38661bd97127e9aa0522f1624f82006
treee85690732e4635614763dcdad83d92d65413ba09
parentdadb3ebcf395ebee3626d88ac7e5e234f15bae2c
workqueue: fix texinfodocs warning for WQ_* flags reference

Sphinx emitted a warning during make texinfodocs:

  WARNING: Inline literal start-string without end-string.

This was caused by the trailing '*' in "%WQ_*" being parsed as
reStructuredText markup in the kernel-doc comment.

Escape the '*' in the comment so that Sphinx treats it as a literal
character, resolving the warning.

Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h