From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 3FE1B1B015; Tue, 19 Dec 2017 12:09:52 +0100 (CET) In-Reply-To: <1f33c653d83558330b09a7834d8d3d4d4f8bd3d3.1513594170.git.anatoly.burakov@intel.com> References: <1f33c653d83558330b09a7834d8d3d4d4f8bd3d3.1513594170.git.anatoly.burakov@intel.com> To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20171219110952.3FE1B1B015@dpdk.org> Date: Tue, 19 Dec 2017 12:09:52 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw32430 [PATCH RFC 07/23] eal/malloc: make malloc_elem_join_adjacent_free public 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:09:52 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/32430 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #35: FILE: lib/librte_eal/common/malloc_elem.c:352: +struct malloc_elem * +malloc_elem_join_adjacent_free(struct malloc_elem *elem) { total: 1 errors, 0 warnings, 27 lines checked