Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: dns_resolver: Fix request-key cross-reference

Link to "Key Request Service" docs uses file:// scheme instead due to
angled brackets markup. Fix it to proper cross-reference.

Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Link: https://patch.msgid.link/20250924020626.17073-4-bagasdotme@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Bagas Sanjaya and committed by
Jakub Kicinski
ffa8f079 1b1fe672

+2 -2
+2 -2
Documentation/networking/dns_resolver.rst
··· 140 140 dns_query() returns a copy of the value attached to the key, or an error if 141 141 that is indicated instead. 142 142 143 - See <file:Documentation/security/keys/request-key.rst> for further 144 - information about request-key function. 143 + See Documentation/security/keys/request-key.rst for further information about 144 + request-key function. 145 145 146 146 147 147 Debugging