diff mbox series

dns_resolver: correct sysfs path name in dns resolver documentation

Message ID 20240323081140.41558-1-bharathsm@microsoft.com (mailing list archive)
State Superseded
Delegated to: Netdev Maintainers
Headers show
Series dns_resolver: correct sysfs path name in dns resolver documentation | expand

Checks

Context Check Description
netdev/series_format warning Single patches do not need cover letters; Target tree name not specified in the subject
netdev/tree_selection success Guessed tree name to be net-next
netdev/ynl success Generated files up to date; no warnings/errors; no diff in generated;
netdev/fixes_present success Fixes tag not required for -next series
netdev/header_inline success No static functions without inline keyword in header files
netdev/build_32bit success Errors and warnings before: 8 this patch: 8
netdev/build_tools success No tools touched, skip
netdev/cc_maintainers success CCed 6 of 6 maintainers
netdev/build_clang success Errors and warnings before: 8 this patch: 8
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/deprecated_api success None detected
netdev/check_selftest success No net selftest shell script
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 8 this patch: 8
netdev/checkpatch warning WARNING: From:/Signed-off-by: email address mismatch: 'From: Bharath SM <bharathsm.hsk@gmail.com>' != 'Signed-off-by: Bharath SM <bharathsm@microsoft.com>'
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 0 this patch: 0
netdev/source_inline success Was 0 now: 0
netdev/contest success net-next-2024-03-23--15-00 (tests: 943)

Commit Message

Bharath SM March 23, 2024, 8:11 a.m. UTC
Fix an incorrect sysfs path in dns resolver documentation

Signed-off-by: Bharath SM <bharathsm@microsoft.com>
---
 Documentation/networking/dns_resolver.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Horman March 23, 2024, 4:29 p.m. UTC | #1
On Sat, Mar 23, 2024 at 01:41:40PM +0530, Bharath SM wrote:
> Fix an incorrect sysfs path in dns resolver documentation
> 
> Signed-off-by: Bharath SM <bharathsm@microsoft.com>

Hi,

There is another instance of "dnsresolver" in the same file.
Should it also be changed?

> ---
>  Documentation/networking/dns_resolver.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/networking/dns_resolver.rst b/Documentation/networking/dns_resolver.rst
> index add4d59a99a5..99bf72a6ed45 100644
> --- a/Documentation/networking/dns_resolver.rst
> +++ b/Documentation/networking/dns_resolver.rst
> @@ -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
> -- 
> 2.34.1
> 
>
Bharath SM March 24, 2024, 10:48 a.m. UTC | #2
On Sat, Mar 23, 2024 at 10:00 PM Simon Horman <horms@kernel.org> wrote:
>
> On Sat, Mar 23, 2024 at 01:41:40PM +0530, Bharath SM wrote:
> > Fix an incorrect sysfs path in dns resolver documentation
> >
> > Signed-off-by: Bharath SM <bharathsm@microsoft.com>
>
> Hi,
>
> There is another instance of "dnsresolver" in the same file.
> Should it also be changed?
>

Thanks for suggestion,
sent updated patch with subject "[PATCH v2] dns_resolver: correct
module name in dns resolver documentation"
diff mbox series

Patch

diff --git a/Documentation/networking/dns_resolver.rst b/Documentation/networking/dns_resolver.rst
index add4d59a99a5..99bf72a6ed45 100644
--- a/Documentation/networking/dns_resolver.rst
+++ b/Documentation/networking/dns_resolver.rst
@@ -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