|WARNING| pw163436 [RFC PATCH 39/44] app/test: enable testing init using EAL config lib
checkpatch at dpdk.org
checkpatch at dpdk.org
Wed Apr 29 19:05:27 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/163436
_coding style issues_
ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#173: FILE: app/test/test_eal_cfg.c:40:
+int
+test_eal_cfg_init(void) { return 0; }
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#253: FILE: app/test/test_eal_cfg.c:106:
+ const char *argv[] = { prgname, NULL };
total: 1 errors, 1 warnings, 192 lines checked
More information about the test-report
mailing list