[dpdk-test-report] |WARNING| pw69253 [PATCH v4] eal: use madvise to exclude unmapped memory from being dumped

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 24 14:40:16 CEST 2020


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

_coding style issues_


WARNING:LEADING_SPACE: please, no spaces at the start of a line
#127: FILE: lib/librte_eal/common/eal_common_memory.c:190:
+    if (!unmap) {$

WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (4, 16)
#127: FILE: lib/librte_eal/common/eal_common_memory.c:190:
+    if (!unmap) {
[...]
+		if (madvise(aligned_addr, *size, MADV_DONTDUMP) != 0)

total: 0 errors, 2 warnings, 38 lines checked


More information about the test-report mailing list