Re: [PATCH net-next v2 2/3] net: dns_resolver: Move dns_query() explanation out of code block
From: Simon Horman <horms@kernel.org>
Date: 2025-09-25 09:09:14
Also in:
linux-doc, lkml
From: Simon Horman <horms@kernel.org>
Date: 2025-09-25 09:09:14
Also in:
linux-doc, lkml
On Wed, Sep 24, 2025 at 09:06:24AM +0700, Bagas Sanjaya wrote:
Documentation for dns_query() is placed in the function's literal code
block snippet instead. Move it out of there.
Fixes: 9dfe1361261b ("docs: networking: convert dns_resolver.txt to ReST")
Signed-off-by: Bagas Sanjaya <redacted>Reviewed-by: Simon Horman <horms@kernel.org>