[dpdk-test-report] |WARNING| pw77750 [PATCH v3 08/17] app/test: replace uses of master/slave

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 15 17:20:52 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#65: 
Subject: [dpdk-dev] [PATCH v3 08/17] app/test: replace uses of master/slave

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#65: 
Subject: [dpdk-dev] [PATCH v3 08/17] app/test: replace uses of master/slave

WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#80: 
Replace master lcore with main lcore and slave lcore with worker lcore.

WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#80: 
Replace master lcore with main lcore and slave lcore with worker lcore.

ERROR:SPACING: space required before the open brace '{'
#543: FILE: app/test/test_func_reentrancy.c:60:
+#define WAIT_SYNCHRO_FOR_WORKERS()   do{ \

ERROR:CODE_INDENT: code indent should use tabs where possible
#1014: FILE: app/test/test_mbuf.c:1160:
+^I^I          tref, refcnt_lcore[main_lcore]);$

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#2137: FILE: app/test/test_timer_racecond.c:59:
+static unsigned main_lcore;

WARNING:TYPO_SPELLING: 'tim' may be misspelled - perhaps 'time'?
#2147: FILE: app/test/test_timer_racecond.c:93:
+	ret = rte_timer_reset(tim, ticks, PERIODICAL, main_lcore, timer_cb, NULL);

total: 2 errors, 6 warnings, 1833 lines checked


More information about the test-report mailing list