|WARNING| pw110564 [PATCH v2] lib/eal/ppc fix compilation for musl

checkpatch at dpdk.org checkpatch at dpdk.org
Mon May 2 16:27:51 CEST 2022


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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#71: 
https://git.alpinelinux.org/aports/commit/?id=06b03f70fb94972286c0c9f6278df89e53903833

WARNING:BRACES: braces {} are not necessary for single statement blocks
#137: FILE: lib/eal/ppc/rte_cycles.c:29:
+				if (!ret) {
+					continue;
+				}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#142: FILE: lib/eal/ppc/rte_cycles.c:34:
+				if (!ret) {
+					continue;
+				}

WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#151: FILE: lib/eal/ppc/rte_cycles.c:43:
+	return base;;

total: 0 errors, 4 warnings, 64 lines checked


More information about the test-report mailing list