diff options
| author | Kriish Sharma <kriish.sharma2006@gmail.com> | 2025-09-22 15:26:06 +0300 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2025-09-22 18:37:20 +0300 |
| commit | 0950c64ae38661bd97127e9aa0522f1624f82006 (patch) | |
| tree | e85690732e4635614763dcdad83d92d65413ba09 /scripts/lib/kdoc/kdoc_files.py | |
| parent | dadb3ebcf395ebee3626d88ac7e5e234f15bae2c (diff) | |
| download | linux-0950c64ae38661bd97127e9aa0522f1624f82006.tar.xz | |
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 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions
