From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 570601B015; Tue, 19 Dec 2017 12:06:19 +0100 (CET) In-Reply-To: <2e1684cae5cf223583532643a1f0cbba87f36949.1513594170.git.anatoly.burakov@intel.com> References: <2e1684cae5cf223583532643a1f0cbba87f36949.1513594170.git.anatoly.burakov@intel.com> To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219110619.570601B015@dpdk.org> Date: Tue, 19 Dec 2017 12:06:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32419 [PATCH RFC 04/23] eal/malloc: move all locking to heap 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:19 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32419 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #85: FILE: lib/librte_eal/common/malloc_heap.c:177: +int +malloc_heap_free(struct malloc_elem *elem) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #105: FILE: lib/librte_eal/common/malloc_heap.c:197: +int +malloc_heap_resize(struct malloc_elem *elem, size_t size) { total: 2 errors, 0 warnings, 111 lines checked