[dpdk-test-report] |WARNING| pw67834 [PATCH v4 13/29] graph: add unit test case

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Apr 5 10:59:54 CEST 2020


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

_coding style issues_


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

WARNING:LONG_LINE: line over 90 characters
#867: 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
#874: FILE: app/test/test_graph.c:720:
+				printf("Func call miss match for node = %s expected = %"PRId64", got = %"PRId64"
",

total: 0 errors, 3 warnings, 861 lines checked


More information about the test-report mailing list