|WARNING| pw110562 [PATCH] lib/eal/ppc fix compilation for musl
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon May 2 13:52:28 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/110562
_coding style issues_
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#67:
https://git.alpinelinux.org/aports/commit/?id=06b03f70fb94972286c0c9f6278df89e53903833
WARNING:BRACES: braces {} are not necessary for single statement blocks
#133: FILE: lib/eal/ppc/rte_cycles.c:29:
+ if (!ret) {
+ continue;
+ }
WARNING:BRACES: braces {} are not necessary for single statement blocks
#138: FILE: lib/eal/ppc/rte_cycles.c:34:
+ if (!ret) {
+ continue;
+ }
WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
#147: 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