From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 80A142C0B; Thu, 15 Jun 2017 19:51:58 +0200 (CEST) In-Reply-To: <20170615175055.27032-1-thomas@monjalon.net> References: <20170615175055.27032-1-thomas@monjalon.net> To: test-report@dpdk.org Cc: Thomas Monjalon Message-Id: <20170615175158.80A142C0B@dpdk.org> Date: Thu, 15 Jun 2017 19:51:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw25360 [PATCH] mem: support page locking on FreeBSD X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jun 2017 17:51:58 -0000 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