From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id F287A1B012; Tue, 19 Dec 2017 12:06:22 +0100 (CET) In-Reply-To: <23b3239ed0ad52d78d2c3a1fdb8dd19be69ecd51.1513680516.git.anatoly.burakov@intel.com> References: <23b3239ed0ad52d78d2c3a1fdb8dd19be69ecd51.1513680516.git.anatoly.burakov@intel.com> To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219110622.F287A1B012@dpdk.org> Date: Tue, 19 Dec 2017 12:06:22 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32423 [PATCH 15/23] eal: add API to check if memory is physically contiguous 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: Tue, 19 Dec 2017 11:06:23 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32423 _coding style issues_ ERROR:EXECUTE_PERMISSIONS: do not set execute permissions for source files #34: FILE: lib/librte_eal/common/eal_common_memalloc.c ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #84: FILE: lib/librte_eal/common/eal_common_memalloc.c:46: +bool +eal_memalloc_is_contig(const struct rte_memseg_list *msl, void *start, + size_t len) { total: 2 errors, 0 warnings, 101 lines checked