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 |
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 > >
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 --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
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(-)