[dpdk-test-report] |WARNING| pw48117 test: fix eal flags autotest hugepage file handling

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 15 13:19:21 CET 2018


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

_coding style issues_


ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 0123456789ab ("commit description")'
#22: 
When 3f9e31d71d63 ("test: clean up on exit") was introduced, the

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#87: FILE: test/test/test_eal_flags.c:980:
+	const char *argv1[] = {prgname, "-c", "1", "-n", "2", "-m",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#94: FILE: test/test/test_eal_flags.c:984:
+	const char *argv2[] = {prgname, "-c", "1", "-n", "2", "-m",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#99: FILE: test/test/test_eal_flags.c:989:
+	const char *argv3[] = {prgname, "-c", "1", "-n", "2", "-m",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#104: FILE: test/test/test_eal_flags.c:994:
+	const char *argv4[] = {prgname, "-c", "1", "-n", "2", "-m",

total: 1 errors, 4 warnings, 132 lines checked


More information about the test-report mailing list