[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250814144916.338054-1-madhurkumar004@gmail.com>
Date: Thu, 14 Aug 2025 20:19:16 +0530
From: Madhur Kumar <madhurkumar004@...il.com>
To: aconole@...hat.com,
echaudro@...hat.com,
i.maximets@....org,
shuah@...nel.org
Cc: davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
horms@...nel.org,
netdev@...r.kernel.org,
dev@...nvswitch.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org,
Madhur Kumar <madhurkumar004@...il.com>
Subject: [PATCH] print: fix spelling error in message
Signed-off-by: Madhur Kumar <madhurkumar004@...il.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
Powered by blists - more mailing lists