[dpdk-test-report] |WARNING| pw66907 [PATCH v1 13/26] graph: add unit test case
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Mar 18 22:37:50 CET 2020
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/66907
_coding style issues_
WARNING:STATIC_CONST_CHAR_ARRAY: static const char * array should probably be static const char * const
#756: FILE: app/test/test_graph.c:596:
+ static const char *node_patterns_dummy[] = {
WARNING:LONG_LINE: line over 90 characters
#874: FILE: app/test/test_graph.c:714:
+ printf("Obj count miss match for node = %s expected = %"PRId64", got=%"PRId64"
",
WARNING:LONG_LINE: line over 90 characters
#881: FILE: app/test/test_graph.c:721:
+ printf("Func call miss match for node = %s expected = %"PRId64", got = %"PRId64"
",
total: 0 errors, 3 warnings, 870 lines checked
More information about the test-report
mailing list