[dpdk-test-report] |WARNING| pw69188 [PATCH 2/2] timer: support EAL functions on Windows

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 23 16:45:18 CEST 2020


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

_coding style issues_


ERROR:SPACING: space required before the open brace '{'
#122: FILE: lib/librte_eal/windows/eal_timer.c:25:
+	if(!timer){

ERROR:SPACING: space required before the open parenthesis '('
#122: FILE: lib/librte_eal/windows/eal_timer.c:25:
+	if(!timer){

WARNING:TYPO_SPELLING: 'didnt' may be misspelled - perhaps 'didn't'?
#123: FILE: lib/librte_eal/windows/eal_timer.c:26:
+		/* didnt find any better errno val */

ERROR:SPACING: space required before the open brace '{'
#130: FILE: lib/librte_eal/windows/eal_timer.c:33:
+	if(!SetWaitableTimer(timer, &liDueTime, 0, NULL, NULL, FALSE)){

ERROR:SPACING: space required before the open parenthesis '('
#130: FILE: lib/librte_eal/windows/eal_timer.c:33:
+	if(!SetWaitableTimer(timer, &liDueTime, 0, NULL, NULL, FALSE)){

WARNING:TYPO_SPELLING: 'didnt' may be misspelled - perhaps 'didn't'?
#132: FILE: lib/librte_eal/windows/eal_timer.c:35:
+		/* didnt find any better errno val */

WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines
#149: FILE: lib/librte_eal/windows/eal_timer.c:52:
+	/*
+	QueryPerformanceFrequency output is in khz.

total: 4 errors, 3 warnings, 101 lines checked


More information about the test-report mailing list