[dpdk-test-report] |WARNING| pw65437 [RFC PATCH 4/5] test: add graph performance test cases.
checkpatch at dpdk.org
checkpatch at dpdk.org
Fri Jan 31 18:04:59 CET 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/65437
_coding style issues_
WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(map)
#159: FILE: app/test/test_graph_perf.c:26:
+#define SOURCES(map) sizeof(map)/sizeof(map[0])
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#159: FILE: app/test/test_graph_perf.c:26:
+#define SOURCES(map) sizeof(map)/sizeof(map[0])
WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(map)
#160: FILE: app/test/test_graph_perf.c:27:
+#define STAGES(map) sizeof(map)/sizeof(map[0])
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#160: FILE: app/test/test_graph_perf.c:27:
+#define STAGES(map) sizeof(map)/sizeof(map[0])
WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(map[0])
#161: FILE: app/test/test_graph_perf.c:28:
+#define NODES_PER_STAGE(map) sizeof(map[0])/sizeof(map[0][0])
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#161: FILE: app/test/test_graph_perf.c:28:
+#define NODES_PER_STAGE(map) sizeof(map[0])/sizeof(map[0][0])
WARNING:ARRAY_SIZE: Prefer ARRAY_SIZE(map[0])
#162: FILE: app/test/test_graph_perf.c:29:
+#define SINKS(map) sizeof(map[0])/sizeof(map[0][0])
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#162: FILE: app/test/test_graph_perf.c:29:
+#define SINKS(map) sizeof(map[0])/sizeof(map[0][0])
ERROR:SPACING: space prohibited before that close parenthesis ')'
#533: FILE: app/test/test_graph_perf.c:400:
+ for (j = 0; j < nodes_per_stage; j++ ) {
ERROR:SPACING: space required before the open parenthesis '('
#641: FILE: app/test/test_graph_perf.c:508:
+ if(!snk_map[i][j])
ERROR:SPACING: space required after that close brace '}'
#824: FILE: app/test/test_graph_perf.c:691:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#825: FILE: app/test/test_graph_perf.c:692:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#826: FILE: app/test/test_graph_perf.c:693:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#827: FILE: app/test/test_graph_perf.c:694:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#829: FILE: app/test/test_graph_perf.c:696:
+ uint8_t src_map[][1] = {{100}};
ERROR:SPACING: space required after that close brace '}'
#830: FILE: app/test/test_graph_perf.c:697:
+ uint8_t snk_map[][1] = {{100}};
ERROR:SPACING: space required after that close brace '}'
#840: FILE: app/test/test_graph_perf.c:707:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#841: FILE: app/test/test_graph_perf.c:708:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#842: FILE: app/test/test_graph_perf.c:709:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#843: FILE: app/test/test_graph_perf.c:710:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#845: FILE: app/test/test_graph_perf.c:712:
+ uint8_t src_map[][1] = {{100}};
ERROR:SPACING: space required after that close brace '}'
#846: FILE: app/test/test_graph_perf.c:713:
+ uint8_t snk_map[][1] = {{100}};
ERROR:SPACING: space required after that close brace '}'
#856: FILE: app/test/test_graph_perf.c:723:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#857: FILE: app/test/test_graph_perf.c:724:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#858: FILE: app/test/test_graph_perf.c:725:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#859: FILE: app/test/test_graph_perf.c:726:
+ {{100}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#861: FILE: app/test/test_graph_perf.c:728:
+ uint8_t src_map[][1] = {{100},{100}};
^
ERROR:SPACING: space required after that close brace '}'
#861: FILE: app/test/test_graph_perf.c:728:
+ uint8_t src_map[][1] = {{100},{100}};
ERROR:SPACING: space required after that close brace '}'
#862: FILE: app/test/test_graph_perf.c:729:
+ uint8_t snk_map[][1] = {{100}};
ERROR:SPACING: space required after that close brace '}'
#872: FILE: app/test/test_graph_perf.c:739:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#873: FILE: app/test/test_graph_perf.c:740:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#874: FILE: app/test/test_graph_perf.c:741:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#875: FILE: app/test/test_graph_perf.c:742:
+ {{100}},
ERROR:SPACING: space required after that close brace '}'
#877: FILE: app/test/test_graph_perf.c:744:
+ uint8_t src_map[][1] = {{100}};
ERROR:SPACING: space required after that close brace '}'
#878: FILE: app/test/test_graph_perf.c:745:
+ uint8_t snk_map[][2] = {{50, 50}};
ERROR:SPACING: space required after that close brace '}'
#888: FILE: app/test/test_graph_perf.c:755:
+ {{100, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}},
ERROR:SPACING: space required after that close brace '}'
#889: FILE: app/test/test_graph_perf.c:756:
+ {{50, 0, 0, 0}, {50, 0, 0, 0}, {0, 0, 0, 0}, {0, 0, 0, 0}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#890: FILE: app/test/test_graph_perf.c:757:
+ {{33, 33, 0, 0}, {34, 34, 0, 0}, {33, 33, 0, 0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#890: FILE: app/test/test_graph_perf.c:757:
+ {{33, 33, 0, 0}, {34, 34, 0, 0}, {33, 33, 0, 0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#890: FILE: app/test/test_graph_perf.c:757:
+ {{33, 33, 0, 0}, {34, 34, 0, 0}, {33, 33, 0, 0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that close brace '}'
#890: FILE: app/test/test_graph_perf.c:757:
+ {{33, 33, 0, 0}, {34, 34, 0, 0}, {33, 33, 0, 0}, {0,0,0,0}},
ERROR:SPACING: space required after that close brace '}'
#892: FILE: app/test/test_graph_perf.c:759:
+ {25, 25, 25, 0}}
ERROR:SPACING: space required after that close brace '}'
#894: FILE: app/test/test_graph_perf.c:761:
+ uint8_t src_map[][4] = {{100, 0, 0, 0}};
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that close brace '}'
#895: FILE: app/test/test_graph_perf.c:762:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
^
ERROR:SPACING: space required after that close brace '}'
#906: FILE: app/test/test_graph_perf.c:773:
+ {{25,25,25,25}, {25,25,25,25}, {25,25,25,25}, {25,25,25,25}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
^
ERROR:SPACING: space required after that close brace '}'
#907: FILE: app/test/test_graph_perf.c:774:
+ {{33,33,33,33}, {33,33,33,33}, {34,34,34,34}, {0,0,0,0}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
^
ERROR:SPACING: space required after that close brace '}'
#908: FILE: app/test/test_graph_perf.c:775:
+ {{50,50,50,0}, {50,50,50,0}, {0,0,0,0}, {0,0,0,0}},
ERROR:SPACING: space required after that close brace '}'
#910: FILE: app/test/test_graph_perf.c:777:
+ uint8_t src_map[][4] = {{25, 25, 25, 25}};
ERROR:SPACING: space required after that close brace '}'
#911: FILE: app/test/test_graph_perf.c:778:
+ uint8_t snk_map[][1] = {{100}, {100}, {0}, {0}};
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that close brace '}'
#922: FILE: app/test/test_graph_perf.c:789:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that close brace '}'
#923: FILE: app/test/test_graph_perf.c:790:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that close brace '}'
#924: FILE: app/test/test_graph_perf.c:791:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that close brace '}'
#925: FILE: app/test/test_graph_perf.c:792:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
^
ERROR:SPACING: space required after that close brace '}'
#926: FILE: app/test/test_graph_perf.c:793:
+ {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}},
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that close brace '}'
#928: FILE: app/test/test_graph_perf.c:795:
+ uint8_t src_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that ',' (ctx:VxV)
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
^
ERROR:SPACING: space required after that close brace '}'
#929: FILE: app/test/test_graph_perf.c:796:
+ uint8_t snk_map[][4] = {{100,0,0,0}, {0,100,0,0}, {0,0,100,0}, {0,0,0,100}};
WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line
#990: FILE: app/test/test_graph_perf.c:857:
+ * */
total: 184 errors, 5 warnings, 902 lines checked
More information about the test-report
mailing list