Re: [PATCH net-next 1/3] net: dns_resolver: Use reST bullet list for features list
From: Simon Horman <horms@kernel.org>
Date: 2025-09-23 10:07:44
Also in:
linux-doc, lkml
From: Simon Horman <horms@kernel.org>
Date: 2025-09-23 10:07:44
Also in:
linux-doc, lkml
On Mon, Sep 22, 2025 at 04:56:46PM +0700, Bagas Sanjaya wrote:
Features overview list uses an asterisk in parentheses (``(*)``) as bullet list marker, which isn't supported by Sphinx as proper bullet. Replace it with just asterisk. Signed-off-by: Bagas Sanjaya <redacted>
Thanks, I visually inspected the html output in a browser and confirmed that before '(*)' was rendered, and now a bullet is. Reviewed-by: Simon Horman <horms@kernel.org>