[dpdk-test-report] |WARNING| pw67225 [PATCH v2 13/28] graph: add unit test case

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 26 18:00:16 CET 2020


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/67225

_coding style issues_


WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const
#769: FILE: app/test/test_graph.c:595:
+	static const char *node_patterns_dummy[] = {

WARNING:LONG_LINE: line over 90 characters
#887: FILE: app/test/test_graph.c:713:
+				printf("Obj count miss match for node = %s expected = %"PRId64", got=%"PRId64"
",

WARNING:LONG_LINE: line over 90 characters
#894: FILE: app/test/test_graph.c:720:
+				printf("Func call miss match for node = %s expected = %"PRId64", got = %"PRId64"
",

total: 0 errors, 3 warnings, 878 lines checked


More information about the test-report mailing list