From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 440021B267; Tue, 19 Dec 2017 12:15:42 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219111542.440021B267@dpdk.org> Date: Tue, 19 Dec 2017 12:15:42 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32468 [PATCH RFC v2 06/23] eal: make malloc a doubly-linked list 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:15:42 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32468 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #157: FILE: lib/librte_eal/common/malloc_elem.c:190: +static void __rte_unused +remove_elem(struct malloc_elem *elem) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #176: FILE: lib/librte_eal/common/malloc_elem.c:209: +static int +next_elem_is_adjacent(struct malloc_elem *elem) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #181: FILE: lib/librte_eal/common/malloc_elem.c:214: +static int +prev_elem_is_adjacent(struct malloc_elem *elem) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #215: FILE: lib/librte_eal/common/malloc_elem.c:352: +static struct malloc_elem * +elem_join_adjacent_free(struct malloc_elem *elem) { ERROR:SPACING: space required before the open brace '{' #222: FILE: lib/librte_eal/common/malloc_elem.c:359: + next_elem_is_adjacent(elem)){ total: 5 errors, 0 warnings, 322 lines checked