Re: [PATCH net-next 1/3] net: dns_resolver: Use reST bullet list for features list
From: Simon Horman
Date: Tue Sep 23 2025 - 06:07:44 EST
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 <bagasdotme@xxxxxxxxx>
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@xxxxxxxxxx>