netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] tools: ynl: fix typo in info string
       [not found] <20250428215541.6029-1-rubenru09.ref@aol.com>
@ 2025-04-28 21:51 ` Ruben Wauters
  2025-04-29  9:24   ` Donald Hunter
  2025-04-29 22:20   ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Ruben Wauters @ 2025-04-28 21:51 UTC (permalink / raw)
  To: Donald Hunter, Jakub Kicinski, David S. Miller, Eric Dumazet,
	Paolo Abeni, Simon Horman
  Cc: Ruben Wauters, netdev, linux-kernel

replaces formmated with formatted
also corrects grammar by replacing a with an, and capitalises RST

Signed-off-by: Ruben Wauters <rubenru09@aol.com>
---
 tools/net/ynl/pyynl/ynl_gen_rst.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/net/ynl/pyynl/ynl_gen_rst.py b/tools/net/ynl/pyynl/ynl_gen_rst.py
index 6c56d0d726b4..0cb6348e28d3 100755
--- a/tools/net/ynl/pyynl/ynl_gen_rst.py
+++ b/tools/net/ynl/pyynl/ynl_gen_rst.py
@@ -392,7 +392,7 @@ def parse_arguments() -> argparse.Namespace:
 
 
 def parse_yaml_file(filename: str) -> str:
-    """Transform the YAML specified by filename into a rst-formmated string"""
+    """Transform the YAML specified by filename into an RST-formatted string"""
     with open(filename, "r", encoding="utf-8") as spec_file:
         yaml_data = yaml.safe_load(spec_file)
         content = parse_yaml(yaml_data)
-- 
2.48.1


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

* Re: [PATCH net-next] tools: ynl: fix typo in info string
  2025-04-28 21:51 ` [PATCH net-next] tools: ynl: fix typo in info string Ruben Wauters
@ 2025-04-29  9:24   ` Donald Hunter
  2025-04-29 22:20   ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Donald Hunter @ 2025-04-29  9:24 UTC (permalink / raw)
  To: Ruben Wauters
  Cc: Jakub Kicinski, David S. Miller, Eric Dumazet, Paolo Abeni,
	Simon Horman, netdev, linux-kernel

Ruben Wauters <rubenru09@aol.com> writes:

> replaces formmated with formatted
> also corrects grammar by replacing a with an, and capitalises RST
>
> Signed-off-by: Ruben Wauters <rubenru09@aol.com>

Reviewed-by: Donald Hunter <donald.hunter@gmail.com>

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

* Re: [PATCH net-next] tools: ynl: fix typo in info string
  2025-04-28 21:51 ` [PATCH net-next] tools: ynl: fix typo in info string Ruben Wauters
  2025-04-29  9:24   ` Donald Hunter
@ 2025-04-29 22:20   ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-04-29 22:20 UTC (permalink / raw)
  To: Ruben Wauters
  Cc: donald.hunter, kuba, davem, edumazet, pabeni, horms, netdev,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 28 Apr 2025 22:51:09 +0100 you wrote:
> replaces formmated with formatted
> also corrects grammar by replacing a with an, and capitalises RST
> 
> Signed-off-by: Ruben Wauters <rubenru09@aol.com>
> ---
>  tools/net/ynl/pyynl/ynl_gen_rst.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [net-next] tools: ynl: fix typo in info string
    https://git.kernel.org/netdev/net-next/c/8e36fcaa494d

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-04-29 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20250428215541.6029-1-rubenru09.ref@aol.com>
2025-04-28 21:51 ` [PATCH net-next] tools: ynl: fix typo in info string Ruben Wauters
2025-04-29  9:24   ` Donald Hunter
2025-04-29 22:20   ` patchwork-bot+netdevbpf

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