Commit ffa8f079 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Jakub Kicinski
Browse files

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: default avatarSimon Horman <horms@kernel.org>
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Link: https://patch.msgid.link/20250924020626.17073-4-bagasdotme@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 1b1fe672
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -140,8 +140,8 @@ the key will be discarded and recreated when the data it holds has expired.
dns_query() returns a copy of the value attached to the key, or an error if
that is indicated instead.

See <file:Documentation/security/keys/request-key.rst> for further
information about request-key function.
See Documentation/security/keys/request-key.rst for further information about
request-key function.


Debugging