All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] documentation: networking: devlink: fix prestera.rst formatting that causes build errors
@ 2021-06-15 13:48 Oleksandr Mazur
  2021-06-15 14:16 ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksandr Mazur @ 2021-06-15 13:48 UTC (permalink / raw)
  To: oleksandr.mazur, jiri, davem, kuba, Jonathan Corbet
  Cc: netdev, linux-kernel, Vadym Kochan, andrew, nikolay, idosch, sfr,
	linux-doc

Fixes: a5aee17deb88 ("documentation: networking: devlink: add prestera switched driver Documentation")

Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
---
 Documentation/networking/devlink/devlink-trap.rst | 1 +
 Documentation/networking/devlink/index.rst        | 1 +
 Documentation/networking/devlink/prestera.rst     | 4 ++--
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Documentation/networking/devlink/devlink-trap.rst b/Documentation/networking/devlink/devlink-trap.rst
index 935b6397e8cf..ef8928c355df 100644
--- a/Documentation/networking/devlink/devlink-trap.rst
+++ b/Documentation/networking/devlink/devlink-trap.rst
@@ -497,6 +497,7 @@ drivers:
 
   * :doc:`netdevsim`
   * :doc:`mlxsw`
+  * :doc:`prestera`
 
 .. _Generic-Packet-Trap-Groups:
 
diff --git a/Documentation/networking/devlink/index.rst b/Documentation/networking/devlink/index.rst
index 8428a1220723..b3b9e0692088 100644
--- a/Documentation/networking/devlink/index.rst
+++ b/Documentation/networking/devlink/index.rst
@@ -46,3 +46,4 @@ parameters, info versions, and other features it supports.
    qed
    ti-cpsw-switch
    am65-nuss-cpsw-switch
+   prestera
diff --git a/Documentation/networking/devlink/prestera.rst b/Documentation/networking/devlink/prestera.rst
index e8b52ffd4707..49409d1d3081 100644
--- a/Documentation/networking/devlink/prestera.rst
+++ b/Documentation/networking/devlink/prestera.rst
@@ -1,8 +1,8 @@
 .. SPDX-License-Identifier: GPL-2.0
 
-=====================
+========================
 prestera devlink support
-=====================
+========================
 
 This document describes the devlink features implemented by the ``prestera``
 device driver.
-- 
2.17.1


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

* Re: [PATCH] documentation: networking: devlink: fix prestera.rst formatting that causes build errors
  2021-06-15 13:48 [PATCH] documentation: networking: devlink: fix prestera.rst formatting that causes build errors Oleksandr Mazur
@ 2021-06-15 14:16 ` Jonathan Corbet
  2021-06-15 14:22   ` Vadym Kochan
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2021-06-15 14:16 UTC (permalink / raw)
  To: Oleksandr Mazur, oleksandr.mazur, jiri, davem, kuba
  Cc: netdev, linux-kernel, Vadym Kochan, andrew, nikolay, idosch, sfr,
	linux-doc

Oleksandr Mazur <oleksandr.mazur@plvision.eu> writes:

> Fixes: a5aee17deb88 ("documentation: networking: devlink: add prestera switched driver Documentation")
>
> Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
> ---
>  Documentation/networking/devlink/devlink-trap.rst | 1 +
>  Documentation/networking/devlink/index.rst        | 1 +
>  Documentation/networking/devlink/prestera.rst     | 4 ++--
>  3 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/networking/devlink/devlink-trap.rst b/Documentation/networking/devlink/devlink-trap.rst
> index 935b6397e8cf..ef8928c355df 100644
> --- a/Documentation/networking/devlink/devlink-trap.rst
> +++ b/Documentation/networking/devlink/devlink-trap.rst
> @@ -497,6 +497,7 @@ drivers:
>  
>    * :doc:`netdevsim`
>    * :doc:`mlxsw`
> +  * :doc:`prestera`

Please, rather than using :doc: tags, just give the file name:

  * Documentation/networking/dev-link/prestera

(and fix the others while you're in the neighborhood).  Our automarkup
magic will make the links work in the HTML docs, and the result is more
readable for people reading the plain text.

Thanks,

jon

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

* Re: [PATCH] documentation: networking: devlink: fix prestera.rst formatting that causes build errors
  2021-06-15 14:16 ` Jonathan Corbet
@ 2021-06-15 14:22   ` Vadym Kochan
  2021-06-15 14:44     ` Oleksandr Mazur
  0 siblings, 1 reply; 4+ messages in thread
From: Vadym Kochan @ 2021-06-15 14:22 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Oleksandr Mazur, jiri, davem, kuba, netdev, linux-kernel, andrew,
	nikolay, idosch, sfr, linux-doc

Hi Jonathan,

On Tue, Jun 15, 2021 at 08:16:09AM -0600, Jonathan Corbet wrote:
> Oleksandr Mazur <oleksandr.mazur@plvision.eu> writes:
> 
> > Fixes: a5aee17deb88 ("documentation: networking: devlink: add prestera switched driver Documentation")
> >
> > Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
> > ---
> >  Documentation/networking/devlink/devlink-trap.rst | 1 +
> >  Documentation/networking/devlink/index.rst        | 1 +
> >  Documentation/networking/devlink/prestera.rst     | 4 ++--
> >  3 files changed, 4 insertions(+), 2 deletions(-)
> >
> > diff --git a/Documentation/networking/devlink/devlink-trap.rst b/Documentation/networking/devlink/devlink-trap.rst
> > index 935b6397e8cf..ef8928c355df 100644
> > --- a/Documentation/networking/devlink/devlink-trap.rst
> > +++ b/Documentation/networking/devlink/devlink-trap.rst
> > @@ -497,6 +497,7 @@ drivers:
> >  
> >    * :doc:`netdevsim`
> >    * :doc:`mlxsw`
> > +  * :doc:`prestera`
> 
> Please, rather than using :doc: tags, just give the file name:
> 
>   * Documentation/networking/dev-link/prestera
> 
> (and fix the others while you're in the neighborhood).  Our automarkup
> magic will make the links work in the HTML docs, and the result is more
> readable for people reading the plain text.
> 
> Thanks,
> 
> jon

In case if it is OK to do this what you proposed, would not it be better
to do this in separate patch ? (the reason is just to do
not mix the warnings fix and the better plain text navigation support).

Regards,
Vadym Kochan

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

* Re: [PATCH] documentation: networking: devlink: fix prestera.rst formatting that causes build errors
  2021-06-15 14:22   ` Vadym Kochan
@ 2021-06-15 14:44     ` Oleksandr Mazur
  0 siblings, 0 replies; 4+ messages in thread
From: Oleksandr Mazur @ 2021-06-15 14:44 UTC (permalink / raw)
  To: Vadym Kochan, Jonathan Corbet
  Cc: jiri, davem, kuba, netdev, linux-kernel, andrew, nikolay, idosch,
	sfr, linux-doc

> Oleksandr Mazur <oleksandr.mazur@plvision.eu> writes:
> 
> Fixes: a5aee17deb88 ("documentation: networking: devlink: add prestera switched driver Documentation")
>
> Signed-off-by: Oleksandr Mazur <oleksandr.mazur@plvision.eu>
> ---
>  Documentation/networking/devlink/devlink-trap.rst | 1 +
>  Documentation/networking/devlink/index.rst        | 1 +
>  Documentation/networking/devlink/prestera.rst     | 4 ++--
>  3 files changed, 4 insertions(+), 2 deletions(-)

Sorry, i've missed the 'net-next' tag in the patch subject. Should i re-send the patch with 'net-next' tag?
E.g. form a V2 patch with proper subject/tag: [PATCH net-next v2] documentation: networking: devlink: fix prestera.rst formatting that causes build errors?

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

end of thread, other threads:[~2021-06-15 14:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 13:48 [PATCH] documentation: networking: devlink: fix prestera.rst formatting that causes build errors Oleksandr Mazur
2021-06-15 14:16 ` Jonathan Corbet
2021-06-15 14:22   ` Vadym Kochan
2021-06-15 14:44     ` Oleksandr Mazur

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.