From: Patrick Robb <probb@iol.unh.edu>
To: luca.vizzarro@arm.com
Cc: dev@dpdk.org, thomas@monjalon.net, david.marchand@redhat.com,
Patrick Robb <probb@iol.unh.edu>
Subject: [PATCH 2/2] dts: shorten a too long line
Date: Thu, 13 Nov 2025 18:29:54 -0500 [thread overview]
Message-ID: <20251113232954.273454-3-probb@iol.unh.edu> (raw)
In-Reply-To: <20251113232954.273454-1-probb@iol.unh.edu>
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@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
prev parent reply other threads:[~2025-11-13 23:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-13 23:29 [PATCH 0/2] Small formatting issue fixes in DTS Patrick Robb
2025-11-13 23:29 ` [PATCH 1/2] dts: fix incorrect import order for RSS testsuite Patrick Robb
2025-11-13 23:29 ` Patrick Robb [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251113232954.273454-3-probb@iol.unh.edu \
--to=probb@iol.unh.edu \
--cc=david.marchand@redhat.com \
--cc=dev@dpdk.org \
--cc=luca.vizzarro@arm.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).