|WARNING| pw130307 [PATCH v1 1/7] eal: fixes for re-initialization issues

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Aug 15 03:40:26 CEST 2023


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

_coding style issues_


ERROR:C99_COMMENTS: do not use C99 // comments
#83: FILE: lib/eal/common/eal_common_options.c:1987:
+	// Reinitialize solib_list

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#86: FILE: lib/eal/common/eal_common_options.c:1990:
+	master_lcore_parsed = 0;

ERROR:INITIALISED_STATIC: do not initialise statics to 0
#100: FILE: lib/eal/linux/eal.c:81:
+static uint32_t run_once = 0;

ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Graham Whyte <grwhyte at microsoft.com>'

total: 3 errors, 1 warnings, 35 lines checked


More information about the test-report mailing list