diff options
author | Kriish Sharma <kriish.sharma2006@gmail.com> | 2025-09-22 12:26:06 +0000 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2025-09-22 05:37:20 -1000 |
commit | 0950c64ae38661bd97127e9aa0522f1624f82006 (patch) | |
tree | e85690732e4635614763dcdad83d92d65413ba09 /kernel/workqueue.c | |
parent | dadb3ebcf395ebee3626d88ac7e5e234f15bae2c (diff) |
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>
Diffstat (limited to 'kernel/workqueue.c')
0 files changed, 0 insertions, 0 deletions