* [dpdk-test-report] |WARNING| pw77647 [PATCH v2 08/17] app/test: replace uses of master/slave
[not found] <20200914182002.6750-9-stephen@networkplumber.org>
@ 2020-09-14 18:22 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-09-14 18:22 UTC (permalink / raw)
To: test-report; +Cc: Stephen Hemminger
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/77647
_coding style issues_
WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'?
#65:
Subject: [dpdk-dev] [PATCH v2 08/17] app/test: replace uses of master/slave
WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'?
#65:
Subject: [dpdk-dev] [PATCH v2 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
^ permalink raw reply [flat|nested] only message in thread