[dpdk-test-report] |WARNING| pw88430 [PATCH v2] pflock: implementation of phase-fair reader writer locks

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Mar 3 19:31:43 CET 2021


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

_coding style issues_


WARNING:TYPO_SPELLING: 'reverese' may be misspelled - perhaps 'reverse'?
#432: FILE: app/test/test_pflock.c:281:
+	/* update by bytes in reverese order */

WARNING:TYPO_SPELLING: 'reverese' may be misspelled - perhaps 'reverse'?
#449: FILE: app/test/test_pflock.c:298:
+	/* restore by bytes in reverese order */

WARNING:TYPO_SPELLING: 'avaialble' may be misspelled - perhaps 'available'?
#641: FILE: app/test/test_pflock.c:490:
+	/* start read test on all avaialble lcores */

WARNING:TYPO_SPELLING: 'PRES' may be misspelled - perhaps 'PRESS'?
#796: FILE: lib/librte_eal/include/generic/rte_pflock.h:61:
+#define RTE_PFLOCK_PRES  0x2		/* Writer present bit. */

WARNING:TYPO_SPELLING: 'PRES' may be misspelled - perhaps 'PRESS'?
#930: FILE: lib/librte_eal/include/generic/rte_pflock.h:195:
+				    (ticket & RTE_PFLOCK_PHID) | RTE_PFLOCK_PRES,

WARNING:TYPO_SPELLING: 'PRES' may be misspelled - perhaps 'PRESS'?
#996: FILE: lib/librte_eal/include/generic/rte_pflock.h:261:
+				 (ticket & RTE_PFLOCK_PHID) | RTE_PFLOCK_PRES,

total: 0 errors, 6 warnings, 906 lines checked


More information about the test-report mailing list