[dpdk-test-report] |WARNING| pw43118 test: ensure EAL flags autotest works properly on BSD

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jul 16 18:35:30 CEST 2018


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

_coding style issues_


WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#73: FILE: test/test/test_eal_flags.c:379:
+	const char *vdevinval[] = {prgname, prefix, no_huge, "-n", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#78: FILE: test/test/test_eal_flags.c:383:
+	const char *vdevval1[] = {prgname, prefix, no_huge, "-n", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#82: FILE: test/test/test_eal_flags.c:386:
+	const char *vdevval2[] = {prgname, prefix, no_huge, "-n", "1",

WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#86: FILE: test/test/test_eal_flags.c:389:
+	const char *vdevval3[] = {prgname, prefix, no_huge, "-n", "1",

total: 0 errors, 4 warnings, 72 lines checked


More information about the test-report mailing list