[dpdk-test-report] |WARNING| pw72686 [PATCH v4 20/27] app/test: replace refernces to master/slave

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 1 22:27:59 CEST 2020


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

_coding style issues_


WARNING:TYPO_SPELLING: 'refernces' may be misspelled - perhaps 'references'?
#65: 
Subject: [dpdk-dev] [PATCH v4 20/27] app/test: replace refernces to

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#519: FILE: app/test/test_func_reentrancy.c:63:
+			while (rte_atomic32_read(&synchro) == 0);	\

ERROR:SPACING: space required before the open parenthesis '('
#520: FILE: app/test/test_func_reentrancy.c:64:
+	} while(0)

WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#1908: FILE: app/test/test_timer.c:280:
+	unsigned initial = rte_get_initial_lcore();

total: 2 errors, 2 warnings, 1781 lines checked


More information about the test-report mailing list