All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dns_resolver: correct documentation error in dns resolver
@ 2023-03-12 19:42 Bharath SM
  2023-03-13  3:44 ` Bagas Sanjaya
  2023-03-14 15:29 ` David Howells
  0 siblings, 2 replies; 7+ messages in thread
From: Bharath SM @ 2023-03-12 19:42 UTC (permalink / raw)
  To: David Howells, davem, edumazet, kuba, pabeni, corbet, linux-doc
  Cc: Bharath S M

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

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.25.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] dns_resolver: correct documentation error in dns resolver
  2023-03-12 19:42 [PATCH] dns_resolver: correct documentation error in dns resolver Bharath SM
@ 2023-03-13  3:44 ` Bagas Sanjaya
  2023-03-13 18:08   ` Jakub Kicinski
  2023-03-14 15:29 ` David Howells
  1 sibling, 1 reply; 7+ messages in thread
From: Bagas Sanjaya @ 2023-03-13  3:44 UTC (permalink / raw)
  To: Bharath SM, David Howells, davem, edumazet, kuba, pabeni, corbet,
	linux-doc
  Cc: Bharath S M

On 3/13/23 02:42, Bharath SM wrote:
> Fix error in dns_resolver documentation
> 

I can't tell what the error you fix is unless I see the diff below.
At a first glance, I though that you fix Sphinx warnings.

Also, is this patch [PATCH net]?

> 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

Fixing incorrect sysfs path, right?

Thanks.

-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dns_resolver: correct documentation error in dns resolver
  2023-03-13  3:44 ` Bagas Sanjaya
@ 2023-03-13 18:08   ` Jakub Kicinski
  2023-03-13 18:56     ` Bharath SM
  0 siblings, 1 reply; 7+ messages in thread
From: Jakub Kicinski @ 2023-03-13 18:08 UTC (permalink / raw)
  To: Bagas Sanjaya
  Cc: Bharath SM, David Howells, davem, edumazet, pabeni, corbet,
	linux-doc, Bharath S M

On Mon, 13 Mar 2023 10:44:39 +0700 Bagas Sanjaya wrote:
> On 3/13/23 02:42, Bharath SM wrote:
> > Fix error in dns_resolver documentation
> >   
> 
> I can't tell what the error you fix is unless I see the diff below.
> At a first glance, I though that you fix Sphinx warnings.
> 
> Also, is this patch [PATCH net]?

No strong preference, dns_resolver is sort of in between network
filesystems and actual networking. So Ack for linux-doc taking this
directly if that's easier.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dns_resolver: correct documentation error in dns resolver
  2023-03-13 18:08   ` Jakub Kicinski
@ 2023-03-13 18:56     ` Bharath SM
  2023-03-14  8:18       ` Bagas Sanjaya
  0 siblings, 1 reply; 7+ messages in thread
From: Bharath SM @ 2023-03-13 18:56 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Bagas Sanjaya, David Howells, davem, edumazet, pabeni, corbet,
	linux-doc, Bharath S M

> > I can't tell what the error you fix is unless I see the diff below.
> > At a first glance, I though that you fix Sphinx warnings.
Fixing incorrect sysfs path, right?

yes, It fixes the incorrect sysfs path in dns_resolver documentation.

On Mon, Mar 13, 2023 at 11:38 PM Jakub Kicinski <kuba@kernel.org> wrote:
>
> On Mon, 13 Mar 2023 10:44:39 +0700 Bagas Sanjaya wrote:
> > On 3/13/23 02:42, Bharath SM wrote:
> > > Fix error in dns_resolver documentation
> > >
> >
> > I can't tell what the error you fix is unless I see the diff below.
> > At a first glance, I though that you fix Sphinx warnings.
> >
> > Also, is this patch [PATCH net]?
>
> No strong preference, dns_resolver is sort of in between network
> filesystems and actual networking. So Ack for linux-doc taking this
> directly if that's easier.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dns_resolver: correct documentation error in dns resolver
  2023-03-13 18:56     ` Bharath SM
@ 2023-03-14  8:18       ` Bagas Sanjaya
  2023-03-15 15:26         ` Bharath SM
  0 siblings, 1 reply; 7+ messages in thread
From: Bagas Sanjaya @ 2023-03-14  8:18 UTC (permalink / raw)
  To: Bharath SM, Jakub Kicinski
  Cc: David Howells, davem, edumazet, pabeni, corbet, linux-doc, Bharath S M

On 3/14/23 01:56, Bharath SM wrote:
>>> I can't tell what the error you fix is unless I see the diff below.
>>> At a first glance, I though that you fix Sphinx warnings.
> Fixing incorrect sysfs path, right?
> 
> yes, It fixes the incorrect sysfs path in dns_resolver documentation.
> 

OK. Can you please send v2 with patch description mentioning above?

Also, can you configure your email client to have a reply below the
quote and not on above (aka top-posting)? When replying, you may also
need to trim unnecessary context lines, leaving the appropriate ones
intact.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dns_resolver: correct documentation error in dns resolver
  2023-03-12 19:42 [PATCH] dns_resolver: correct documentation error in dns resolver Bharath SM
  2023-03-13  3:44 ` Bagas Sanjaya
@ 2023-03-14 15:29 ` David Howells
  1 sibling, 0 replies; 7+ messages in thread
From: David Howells @ 2023-03-14 15:29 UTC (permalink / raw)
  To: Bharath SM
  Cc: dhowells, davem, edumazet, kuba, pabeni, corbet, linux-doc, Bharath S M

Bharath SM <bharathsm.hsk@gmail.com> wrote:

> Fix error in dns_resolver documentation
> 
> Signed-off-by: Bharath SM <bharathsm@microsoft.com>

Acked-by: David Howells <dhowells@redhat.com>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] dns_resolver: correct documentation error in dns resolver
  2023-03-14  8:18       ` Bagas Sanjaya
@ 2023-03-15 15:26         ` Bharath SM
  0 siblings, 0 replies; 7+ messages in thread
From: Bharath SM @ 2023-03-15 15:26 UTC (permalink / raw)
  To: Bagas Sanjaya
  Cc: Jakub Kicinski, David Howells, davem, edumazet, pabeni, corbet,
	linux-doc, Bharath S M

On Tue, Mar 14, 2023 at 1:48 PM Bagas Sanjaya <bagasdotme@gmail.com> wrote:
>
> On 3/14/23 01:56, Bharath SM wrote:
> >>> I can't tell what the error you fix is unless I see the diff below.
> >>> At a first glance, I though that you fix Sphinx warnings.
> > Fixing incorrect sysfs path, right?
> >
> > yes, It fixes the incorrect sysfs path in dns_resolver documentation.
> >
>
> OK. Can you please send v2 with patch description mentioning above?
>
> Also, can you configure your email client to have a reply below the
> quote and not on above (aka top-posting)? When replying, you may also
> need to trim unnecessary context lines, leaving the appropriate ones
> intact.

Thanks for your feedback. I have sent patch v2 to the mailing list.
New subject: "[PATCH v2] dns_resolver: correct documentation error in
dns resolver"

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-15 15:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 19:42 [PATCH] dns_resolver: correct documentation error in dns resolver Bharath SM
2023-03-13  3:44 ` Bagas Sanjaya
2023-03-13 18:08   ` Jakub Kicinski
2023-03-13 18:56     ` Bharath SM
2023-03-14  8:18       ` Bagas Sanjaya
2023-03-15 15:26         ` Bharath SM
2023-03-14 15:29 ` David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.