aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharath SM <[email protected]>2024-03-24 16:13:38 +0530
committerPaolo Abeni <[email protected]>2024-03-26 10:15:36 +0100
commit75925fafb4f629b1246d4711f022e82590152355 (patch)
treed5bd2fb1341e2c37225dd4bb850d63e28e46f38c
parent537c2e91d3549e5d6020bb0576cf9b54a845255f (diff)
dns_resolver: correct module name in dns resolver documentation
Fix an incorrect module name and sysfs path in dns resolver documentation. Signed-off-by: Bharath SM <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Abeni <[email protected]>
-rw-r--r--Documentation/networking/dns_resolver.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/dns_resolver.rst b/Documentation/networking/dns_resolver.rst
index add4d59a99a5..c0364f7070af 100644
--- a/Documentation/networking/dns_resolver.rst
+++ b/Documentation/networking/dns_resolver.rst
@@ -118,7 +118,7 @@ Keys of dns_resolver type can be read from userspace using keyctl_read() or
Mechanism
=========
-The dnsresolver module registers a key type called "dns_resolver". Keys of
+The dns_resolver module registers a key type called "dns_resolver". Keys of
this type are used to transport and cache DNS lookup results from userspace.
When dns_query() is invoked, it calls request_key() to search the local
@@ -152,4 +152,4 @@ Debugging
Debugging messages can be turned on dynamically by writing a 1 into the
following file::
- /sys/module/dnsresolver/parameters/debug
+ /sys/module/dns_resolver/parameters/debug