|WARNING| pw135229 [RFC PATCH] app/test: allow passing a parameter string to autotests

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Dec 15 14:07:35 CET 2023


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

_coding style issues_


ERROR:GLOBAL_INITIALISERS: do not initialise globals to NULL
#88: FILE: app/test/commands.c:43:
+char *test_parameter = NULL;

WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#113: FILE: app/test/commands.c:75:
+		struct cmd_autotest_param_result *pres = parsed_result;

WARNING:TYPO_SPELLING: 'pres' may be misspelled - perhaps 'press'?
#114: FILE: app/test/commands.c:76:
+		test_parameter = pres->param;

total: 1 errors, 2 warnings, 98 lines checked


More information about the test-report mailing list