Re: [PATCH] workqueue: fix texinfodocs warning for WQ_* flags reference

From: Tejun Heo

Date: Mon Sep 22 2025 - 11:38:05 EST


On Mon, Sep 22, 2025 at 12:26:06PM +0000, Kriish Sharma wrote:
> 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@xxxxxxxxx>

Applied to wq/for-6.18.

Thanks.

--
tejun