[dpdk-test-report] |WARNING| pw41610 [2/6] mem: add hugepages check

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jun 26 19:39:12 CEST 2018


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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#51: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:1355:
+		RTE_LOG(DEBUG, EAL, "Memseg %d with iova %"PRIx64" and mask %"PRIx64"
", i,

WARNING:BRACES: braces {} are not necessary for single statement blocks
#57: FILE: lib/librte_eal/linuxapp/eal/eal_memory.c:1361:
+		if (mcfg->memseg[i].iova & ~mask) {
+			return -1;
+		}

total: 0 errors, 2 warnings, 42 lines checked


More information about the test-report mailing list