[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250814180007.406941-1-madhurkumar004@gmail.com>
Date: Thu, 14 Aug 2025 23:30:01 +0530
From: Madhur Kumar <madhurkumar004@...il.com>
To: aconole@...hat.com,
echaudro@...hat.com,
i.maximets@....org,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
shuah@...nel.org
Cc: horms@...nel.org,
netdev@...r.kernel.org,
dev@...nvswitch.org,
linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org,
Madhur Kumar <madhurkumar004@...il.com>
Subject: [PATCH] selftests/net: openvswitch: Fix spelling error in print message
Fix a typo in a print statement in ovs-dpctl.py:
"Unkonwn" → "Unknown".
---
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 8a0396bfaf99..b521e0dea506 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