linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2] Fixed typo in netdevsim documentation
@ 2025-06-13 16:02 Dave Marquardt
  2025-06-16 15:18 ` Joe Damato
  0 siblings, 1 reply; 5+ messages in thread
From: Dave Marquardt @ 2025-06-13 16:02 UTC (permalink / raw)
  To: Jiri Pirko, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Simon Horman, Jonathan Corbet
  Cc: netdev, linux-doc, Dave Marquardt

Fixed a typographical error in "Rate objects" section

Signed-off-by: Dave Marquardt <davemarq@linux.ibm.com>
---
- Fixed typographical error in "Rate objects" section
- Spell checked netdevsim.rst and found no additional errors
-
---
 Documentation/networking/devlink/netdevsim.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/networking/devlink/netdevsim.rst b/Documentation/networking/devlink/netdevsim.rst
index 88482725422c2345adccc0f04d2566fb5ba5ef6f..3932004eae82ce125be7f8380975c43b7175422d 100644
--- a/Documentation/networking/devlink/netdevsim.rst
+++ b/Documentation/networking/devlink/netdevsim.rst
@@ -62,7 +62,7 @@ Rate objects
 
 The ``netdevsim`` driver supports rate objects management, which includes:
 
-- registerging/unregistering leaf rate objects per VF devlink port;
+- registering/unregistering leaf rate objects per VF devlink port;
 - creation/deletion node rate objects;
 - setting tx_share and tx_max rate values for any rate object type;
 - setting parent node for any rate object type.

---
base-commit: 27cea0e419d2f9dc6f51bbce5a44c70bc3774b9a
change-id: 20250612-netdevsim-typo-fix-bb313d3972bd

Best regards,
-- 
Dave Marquardt <davemarq@linux.ibm.com>


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

* Re: [PATCH net v2] Fixed typo in netdevsim documentation
  2025-06-13 16:02 [PATCH net v2] Fixed typo in netdevsim documentation Dave Marquardt
@ 2025-06-16 15:18 ` Joe Damato
  2025-06-16 15:18   ` Joe Damato
  2025-06-16 15:21   ` Joe Damato
  0 siblings, 2 replies; 5+ messages in thread
From: Joe Damato @ 2025-06-16 15:18 UTC (permalink / raw)
  To: Dave Marquardt
  Cc: Jiri Pirko, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Simon Horman, Jonathan Corbet, netdev, linux-doc

On Fri, Jun 13, 2025 at 11:02:23AM -0500, Dave Marquardt wrote:
> Fixed a typographical error in "Rate objects" section
> 
> Signed-off-by: Dave Marquardt <davemarq@linux.ibm.com>
> ---
> - Fixed typographical error in "Rate objects" section
> - Spell checked netdevsim.rst and found no additional errors
> -
> ---
>  Documentation/networking/devlink/netdevsim.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

For future reference, since Breno gave a Reviewed-by for the last patch [1],
you could have included his tag since there were no substantive changes.

In any case:

Reviewed-by: Joe Damato <joe@dama.to>

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

* Re: [PATCH net v2] Fixed typo in netdevsim documentation
  2025-06-16 15:18 ` Joe Damato
@ 2025-06-16 15:18   ` Joe Damato
  2025-06-16 15:21   ` Joe Damato
  1 sibling, 0 replies; 5+ messages in thread
From: Joe Damato @ 2025-06-16 15:18 UTC (permalink / raw)
  To: Dave Marquardt, Jiri Pirko, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Jonathan Corbet,
	netdev, linux-doc

On Mon, Jun 16, 2025 at 06:18:09PM +0300, Joe Damato wrote:
> On Fri, Jun 13, 2025 at 11:02:23AM -0500, Dave Marquardt wrote:
> > Fixed a typographical error in "Rate objects" section
> > 
> > Signed-off-by: Dave Marquardt <davemarq@linux.ibm.com>
> > ---
> > - Fixed typographical error in "Rate objects" section
> > - Spell checked netdevsim.rst and found no additional errors
> > -
> > ---
> >  Documentation/networking/devlink/netdevsim.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> For future reference, since Breno gave a Reviewed-by for the last patch [1],

Forgot to include the link:

[1]: https://lore.kernel.org/netdev/aEr7J0UbSFhJ0Zn9@gmail.com/

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

* Re: [PATCH net v2] Fixed typo in netdevsim documentation
  2025-06-16 15:18 ` Joe Damato
  2025-06-16 15:18   ` Joe Damato
@ 2025-06-16 15:21   ` Joe Damato
  2025-06-16 15:51     ` Dave Marquardt
  1 sibling, 1 reply; 5+ messages in thread
From: Joe Damato @ 2025-06-16 15:21 UTC (permalink / raw)
  To: Dave Marquardt, Jiri Pirko, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Simon Horman, Jonathan Corbet,
	netdev, linux-doc

On Mon, Jun 16, 2025 at 06:18:09PM +0300, Joe Damato wrote:
> On Fri, Jun 13, 2025 at 11:02:23AM -0500, Dave Marquardt wrote:
> > Fixed a typographical error in "Rate objects" section
> > 
> > Signed-off-by: Dave Marquardt <davemarq@linux.ibm.com>
> > ---
> > - Fixed typographical error in "Rate objects" section
> > - Spell checked netdevsim.rst and found no additional errors
> > -
> > ---
> >  Documentation/networking/devlink/netdevsim.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> For future reference, since Breno gave a Reviewed-by for the last patch [1],
> you could have included his tag since there were no substantive changes.
> 
> In any case:
> 
> Reviewed-by: Joe Damato <joe@dama.to>

On second thought... this should target net-next (not net) and should also CC Breno.

Have a look at:

  https://www.kernel.org/doc/html/v5.16/process/submitting-patches.html

  and

  https://www.kernel.org/doc/html/v5.16/networking/netdev-FAQ.html

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

* Re: [PATCH net v2] Fixed typo in netdevsim documentation
  2025-06-16 15:21   ` Joe Damato
@ 2025-06-16 15:51     ` Dave Marquardt
  0 siblings, 0 replies; 5+ messages in thread
From: Dave Marquardt @ 2025-06-16 15:51 UTC (permalink / raw)
  To: Joe Damato
  Cc: Jiri Pirko, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Simon Horman, Jonathan Corbet, netdev, linux-doc

Joe Damato <joe@dama.to> writes:

> On Mon, Jun 16, 2025 at 06:18:09PM +0300, Joe Damato wrote:
>> On Fri, Jun 13, 2025 at 11:02:23AM -0500, Dave Marquardt wrote:
>> > Fixed a typographical error in "Rate objects" section
>> > 
>> > Signed-off-by: Dave Marquardt <davemarq@linux.ibm.com>
>> > ---
>> > - Fixed typographical error in "Rate objects" section
>> > - Spell checked netdevsim.rst and found no additional errors
>> > -
>> > ---
>> >  Documentation/networking/devlink/netdevsim.rst | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> For future reference, since Breno gave a Reviewed-by for the last patch [1],
>> you could have included his tag since there were no substantive changes.
>> 
>> In any case:
>> 
>> Reviewed-by: Joe Damato <joe@dama.to>
>
> On second thought... this should target net-next (not net) and should also CC Breno.
>
> Have a look at:
>
>   https://www.kernel.org/doc/html/v5.16/process/submitting-patches.html
>
>   and
>
>   https://www.kernel.org/doc/html/v5.16/networking/netdev-FAQ.html

Thanks. I'll send another update shortly.

-Dave

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

end of thread, other threads:[~2025-06-16 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-13 16:02 [PATCH net v2] Fixed typo in netdevsim documentation Dave Marquardt
2025-06-16 15:18 ` Joe Damato
2025-06-16 15:18   ` Joe Damato
2025-06-16 15:21   ` Joe Damato
2025-06-16 15:51     ` Dave Marquardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).