DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] dts: resolve new formatting error
@ 2026-07-08 14:13 Koushik Bhargav Nimoji
  2026-07-08 14:49 ` Luca Vizzarro
  2026-07-08 14:54 ` Luca Vizzarro
  0 siblings, 2 replies; 4+ messages in thread
From: Koushik Bhargav Nimoji @ 2026-07-08 14:13 UTC (permalink / raw)
  To: luca.vizzarro, patrickrobb1997, dev
  Cc: abailey, ahassick, lylavoie, Koushik Bhargav Nimoji

This patch fixes another formatting error that has been caught
after updating the tool versions in the dts-check-format.sh
script.

Signed-off-by: Koushik Bhargav Nimoji <knimoji@iol.unh.edu>
---
 dts/tests/TestSuite_cryptodev_latency.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dts/tests/TestSuite_cryptodev_latency.py b/dts/tests/TestSuite_cryptodev_latency.py
index 411196c4c5..4e7d814faa 100644
--- a/dts/tests/TestSuite_cryptodev_latency.py
+++ b/dts/tests/TestSuite_cryptodev_latency.py
@@ -99,12 +99,12 @@ def _print_stats(self, test_vals: list[dict[str, int | float | str]]) -> None:
         print(f"{'Latency Results'.center(border_len)}\n{'=' * border_len}")
         for k, v in test_vals[0].items():
             print(f"|{k.title():<{element_len}}", end="")
-        print(f"|\n{'='*border_len}")
+        print(f"|\n{'=' * border_len}")
 
         for test_val in test_vals:
             for k, v in test_val.items():
                 print(f"|{v:<{element_len}}", end="")
-            print(f"|\n{'='*border_len}")
+            print(f"|\n{'=' * border_len}")
 
     def _verify_latency(
         self,
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] dts: resolve new formatting error
  2026-07-08 14:13 [PATCH v1] dts: resolve new formatting error Koushik Bhargav Nimoji
@ 2026-07-08 14:49 ` Luca Vizzarro
  2026-07-08 14:54 ` Luca Vizzarro
  1 sibling, 0 replies; 4+ messages in thread
From: Luca Vizzarro @ 2026-07-08 14:49 UTC (permalink / raw)
  To: Koushik Bhargav Nimoji, patrickrobb1997, dev; +Cc: abailey, ahassick, lylavoie

Hi Koushik,

I'll fix your patch retrospectively since it's just been merged on 
next-dts but not yet on main. No need for a new patch.

Luca

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] dts: resolve new formatting error
  2026-07-08 14:13 [PATCH v1] dts: resolve new formatting error Koushik Bhargav Nimoji
  2026-07-08 14:49 ` Luca Vizzarro
@ 2026-07-08 14:54 ` Luca Vizzarro
  2026-07-08 15:03   ` Koushik Bhargav Nimoji
  1 sibling, 1 reply; 4+ messages in thread
From: Luca Vizzarro @ 2026-07-08 14:54 UTC (permalink / raw)
  To: Koushik Bhargav Nimoji, patrickrobb1997, dev; +Cc: abailey, ahassick, lylavoie

Now applied to next-dts to the original patch

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1] dts: resolve new formatting error
  2026-07-08 14:54 ` Luca Vizzarro
@ 2026-07-08 15:03   ` Koushik Bhargav Nimoji
  0 siblings, 0 replies; 4+ messages in thread
From: Koushik Bhargav Nimoji @ 2026-07-08 15:03 UTC (permalink / raw)
  To: Luca Vizzarro; +Cc: patrickrobb1997, dev, abailey, ahassick, lylavoie

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

Thanks Luca.

On Wed, Jul 8, 2026 at 10:54 AM Luca Vizzarro <Luca.Vizzarro@arm.com> wrote:

> Now applied to next-dts to the original patch
>

[-- Attachment #2: Type: text/html, Size: 448 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-08 15:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-08 14:13 [PATCH v1] dts: resolve new formatting error Koushik Bhargav Nimoji
2026-07-08 14:49 ` Luca Vizzarro
2026-07-08 14:54 ` Luca Vizzarro
2026-07-08 15:03   ` Koushik Bhargav Nimoji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox