* [dpdk-dev] [PATCH] test/telemetry: fix typo at beginning of line
@ 2020-11-04 17:22 Ciara Power
2020-11-04 21:04 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Ciara Power @ 2020-11-04 17:22 UTC (permalink / raw)
To: dev; +Cc: Ciara Power, bruce.richardson, stable, Kevin Laatz
A "+" symbol was incorrectly placed at the beginning of a line,
this is now removed.
Fixes: 52af6ccb2b39 ("telemetry: add utility functions for creating JSON")
Cc: bruce.richardson@intel.com
Cc: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
---
app/test/test_telemetry_json.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test/test_telemetry_json.c b/app/test/test_telemetry_json.c
index 90bbb3e8d9..7a91490f4c 100644
--- a/app/test/test_telemetry_json.c
+++ b/app/test/test_telemetry_json.c
@@ -128,7 +128,7 @@ test_telemetry_json(void)
test_overflow_array() < 0 ||
test_overflow_obj() < 0 ||
test_large_array_element() < 0 ||
-+ test_large_obj_element() < 0)
+ test_large_obj_element() < 0)
return -1;
return 0;
}
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [dpdk-stable] [PATCH] test/telemetry: fix typo at beginning of line
2020-11-04 17:22 [dpdk-dev] [PATCH] test/telemetry: fix typo at beginning of line Ciara Power
@ 2020-11-04 21:04 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-11-04 21:04 UTC (permalink / raw)
To: Ciara Power; +Cc: dev, stable, bruce.richardson, stable, Kevin Laatz
04/11/2020 18:22, Ciara Power:
> A "+" symbol was incorrectly placed at the beginning of a line,
> this is now removed.
>
> Fixes: 52af6ccb2b39 ("telemetry: add utility functions for creating JSON")
> Cc: bruce.richardson@intel.com
> Cc: stable@dpdk.org
>
> Signed-off-by: Ciara Power <ciara.power@intel.com>
Applied, thanks
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-11-04 21:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 17:22 [dpdk-dev] [PATCH] test/telemetry: fix typo at beginning of line Ciara Power
2020-11-04 21:04 ` [dpdk-dev] [dpdk-stable] " Thomas Monjalon
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).