[dpdk-test-report] |WARNING| pw76030 [PATCH 35/40] examples/pipeline: add new example application

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 9 01:17:37 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'?
#245: FILE: examples/pipeline/main.c:47:
+		SKIP_MASTER);

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#248: FILE: examples/pipeline/main.c:50:
+	for ( ; ; );

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#925: FILE: examples/pipeline/thread.c:34:
+ * Master thead: data plane thread context

WARNING:TYPO_SPELLING: 'thead' may be misspelled - perhaps 'thread'?
#925: FILE: examples/pipeline/thread.c:34:
+ * Master thead: data plane thread context

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#960: FILE: examples/pipeline/thread.c:69:
+ * Master thread: data plane thread init

WARNING:TYPO_SPELLING: 'SLAVE' may be misspelled - perhaps 'SECONDARY'?
#987: FILE: examples/pipeline/thread.c:96:
+	RTE_LCORE_FOREACH_SLAVE(i) {

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#1019: FILE: examples/pipeline/thread.c:128:
+		/* Master thread records */

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#1047: FILE: examples/pipeline/thread.c:156:
+ * Master thread & data plane threads: message passing

WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'?
#1075: FILE: examples/pipeline/thread.c:184:
+ * Master thread

total: 1 errors, 8 warnings, 1340 lines checked


More information about the test-report mailing list