* [PATCH] print: fix spelling error in message
@ 2025-08-14 14:49 Madhur Kumar
2025-08-14 15:30 ` Shuah Khan
0 siblings, 1 reply; 2+ messages in thread
From: Madhur Kumar @ 2025-08-14 14:49 UTC (permalink / raw)
To: aconole, echaudro, i.maximets, shuah
Cc: davem, edumazet, kuba, pabeni, horms, netdev, dev,
linux-kselftest, linux-kernel, skhan, Madhur Kumar
Signed-off-by: Madhur Kumar <madhurkumar004@gmail.com>
---
tools/testing/selftests/net/openvswitch/ovs-dpctl.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/net/openvswitch/ovs-dpctl.py b/tools/testing/selftests/net/openvswitch/ovs-dpctl.py
index 8a0396bfa..b521e0dea 100644
--- a/tools/testing/selftests/net/openvswitch/ovs-dpctl.py
+++ b/tools/testing/selftests/net/openvswitch/ovs-dpctl.py
@@ -1877,7 +1877,7 @@ class OvsPacket(GenericNetlinkSocket):
elif msg["cmd"] == OvsPacket.OVS_PACKET_CMD_EXECUTE:
up.execute(msg)
else:
- print("Unkonwn cmd: %d" % msg["cmd"])
+ print("Unknown cmd: %d" % msg["cmd"])
except NetlinkError as ne:
raise ne
--
2.50.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] print: fix spelling error in message
2025-08-14 14:49 [PATCH] print: fix spelling error in message Madhur Kumar
@ 2025-08-14 15:30 ` Shuah Khan
0 siblings, 0 replies; 2+ messages in thread
From: Shuah Khan @ 2025-08-14 15:30 UTC (permalink / raw)
To: Madhur Kumar, aconole, echaudro, i.maximets, shuah
Cc: davem, edumazet, kuba, pabeni, horms, netdev, dev,
linux-kselftest, linux-kernel, Shuah Khan
On 8/14/25 08:49, Madhur Kumar wrote:
Missing changelog - commit summary log is missing the subsystem
details - selftests/net: ------
> Signed-off-by: Madhur Kumar <madhurkumar004@gmail.com>
> ---
> tools/testing/selftests/net/openvswitch/ovs-dpctl.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/net/openvswitch/ovs-dpctl.py b/tools/testing/selftests/net/openvswitch/ovs-dpctl.py
> index 8a0396bfa..b521e0dea 100644
> --- a/tools/testing/selftests/net/openvswitch/ovs-dpctl.py
> +++ b/tools/testing/selftests/net/openvswitch/ovs-dpctl.py
> @@ -1877,7 +1877,7 @@ class OvsPacket(GenericNetlinkSocket):
> elif msg["cmd"] == OvsPacket.OVS_PACKET_CMD_EXECUTE:
> up.execute(msg)
> else:
> - print("Unkonwn cmd: %d" % msg["cmd"])
> + print("Unknown cmd: %d" % msg["cmd"])
> except NetlinkError as ne:
> raise ne
>
Look at the submitting patches documentation to learn how to write
commit summary, logs, and how to submit patches in general.
thanks,
-- Shuah
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-14 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-14 14:49 [PATCH] print: fix spelling error in message Madhur Kumar
2025-08-14 15:30 ` Shuah Khan
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).