git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c0708a
)
test/telemetry: fix typo at beginning of line
author
Ciara Power
<ciara.power@intel.com>
Wed, 4 Nov 2020 17:22:03 +0000
(17:22 +0000)
committer
Thomas Monjalon
<thomas@monjalon.net>
Wed, 4 Nov 2020 21:07:43 +0000
(22:07 +0100)
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: stable@dpdk.org
Signed-off-by: Ciara Power <ciara.power@intel.com>
app/test/test_telemetry_json.c
patch
|
blob
|
history
diff --git
a/app/test/test_telemetry_json.c
b/app/test/test_telemetry_json.c
index
90bbb3e
..
7a91490
100644
(file)
--- 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;
}