|WARNING| pw131889 [PATCH v3] app/test: secondary process passes allow parameters

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 25 11:55:42 CEST 2023


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

_coding style issues_


WARNING:TYPO_SPELLING: 'szie' may be misspelled - perhaps 'size'?
#112: FILE: app/test/process.h:48:
+	int malloc_szie;

WARNING:TYPO_SPELLING: 'szie' may be misspelled - perhaps 'size'?
#124: FILE: app/test/process.h:60:
+		malloc_szie = name_length + data_length + 1;

WARNING:TYPO_SPELLING: 'szie' may be misspelled - perhaps 'size'?
#125: FILE: app/test/process.h:61:
+		dev = malloc(malloc_szie);

WARNING:TYPO_SPELLING: 'szie' may be misspelled - perhaps 'size'?
#130: FILE: app/test/process.h:66:
+		memset(dev + malloc_szie - 1, 0, 1);

total: 0 errors, 4 warnings, 86 lines checked


More information about the test-report mailing list