automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw25360 [PATCH] mem: support page locking on FreeBSD
       [not found] <20170615175055.27032-1-thomas@monjalon.net>
@ 2017-06-15 17:51 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-06-15 17:51 UTC (permalink / raw)
  To: test-report; +Cc: Thomas Monjalon

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-15 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170615175055.27032-1-thomas@monjalon.net>
2017-06-15 17:51 ` [dpdk-test-report] |WARNING| pw25360 [PATCH] mem: support page locking on FreeBSD checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).