|WARNING| pw110829 [PATCH v3] lib/eal/ppc fix compilation for musl

checkpatch at dpdk.org checkpatch at dpdk.org
Sat May 7 11:48:25 CEST 2022


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

_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
#129: FILE: lib/eal/linux/eal_timer.c:242:
+				if (!ret) {
+					continue;
+				}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#134: FILE: lib/eal/linux/eal_timer.c:247:
+				if (!ret) {
+					continue;
+				}

ERROR:C99_COMMENTS: do not use C99 // comments
#144: FILE: lib/eal/linux/eal_timer.c:257:
+	// windows code here

ERROR:C99_COMMENTS: do not use C99 // comments
#146: FILE: lib/eal/linux/eal_timer.c:259:
+	// freebsd code here

total: 2 errors, 3 warnings, 102 lines checked


More information about the test-report mailing list