]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
net: dns_resolver: Fix request-key cross-reference
authorBagas Sanjaya <bagasdotme@gmail.com>
Wed, 24 Sep 2025 02:06:25 +0000 (09:06 +0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 26 Sep 2025 22:21:38 +0000 (15:21 -0700)
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>
Documentation/networking/dns_resolver.rst

index fbbd2c4635cbd5dd9d8e0f2b5de5a7807d394cd5..52f298834db67ba23215fe1df615a60aa06d89a8 100644 (file)
@@ -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