[dpdk-test-report] |WARNING| pw25360 [PATCH] mem: support page locking on FreeBSD

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 15 19:51:58 CEST 2017


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

_coding style issues_


ERROR:SPACING: space prohibited after that '~' (ctx:WxW)
#55: FILE: lib/librte_eal/common/eal_common_memory.c:146:
+	unsigned long aligned = (virtual & ~ (page_size - 1));
 	                                   ^

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#56: FILE: lib/librte_eal/common/eal_common_memory.c:147:
+	return mlock((void*)aligned, page_size);

total: 2 errors, 0 warnings, 41 lines checked


More information about the test-report mailing list