[PATCH 2/2] dts: shorten a too long line
Patrick Robb
probb at iol.unh.edu
Fri Nov 14 00:29:54 CET 2025
Bring a line which is too long under 100 characters, which
is the limit.
Fixes: f6fb8c6238db ("dts: add link check on testpmd port start")
Signed-off-by: Patrick Robb <probb at iol.unh.edu>
---
dts/api/testpmd/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dts/api/testpmd/__init__.py b/dts/api/testpmd/__init__.py
index b6f5a8f0da..e98f882b14 100644
--- a/dts/api/testpmd/__init__.py
+++ b/dts/api/testpmd/__init__.py
@@ -96,7 +96,7 @@ def _requires_started_ports(func: TestPmdMethod) -> TestPmdMethod:
func: The :class:`TestPmd` method to decorate.
Raises:
- InteractiveCommandExecutionError: If the ports has been started but a port link will not come up.
+ InteractiveCommandExecutionError: If ports have been started but the link won't come up.
"""
@functools.wraps(func)
--
2.49.0
More information about the dev
mailing list