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

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