[PATCH 2/2] dts: shorten a too long line
Andrew Bailey
abailey at iol.unh.edu
Tue Nov 18 15:34:35 CET 2025
Reviewed-by: Andrew Bailey <abailey at iol.unh.edu>
On Thu, Nov 13, 2025 at 6:31 PM Patrick Robb <probb at iol.unh.edu> wrote:
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20251118/d8f73d0a/attachment-0001.htm>
More information about the dev
mailing list