From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7A3A0A04A3 for ; Mon, 3 Jan 2022 16:10:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7574740042; Mon, 3 Jan 2022 16:10:45 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 07FD040042 for ; Mon, 3 Jan 2022 16:10:44 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 01937120DB4; Mon, 3 Jan 2022 16:10:43 +0100 (CET) Subject: |WARNING| pw105582 [PATCH 7/8] app/test: add IP reassembly cases with multiple fragments In-Reply-To: <20220103150813.1694888-8-gakhil@marvell.com> References: <20220103150813.1694888-8-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20220103151044.01937120DB4@dpdk.org> Date: Mon, 3 Jan 2022 16:10:43 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/105582 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #102: FILE: app/test/test_inline_ipsec.c:856: +static int +test_reassembly_ipv4_2frag(void) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #115: FILE: app/test/test_inline_ipsec.c:869: +static int +test_reassembly_ipv6_2frag(void) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #127: FILE: app/test/test_inline_ipsec.c:881: +static int +test_reassembly_ipv4_4frag(void) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #141: FILE: app/test/test_inline_ipsec.c:895: +static int +test_reassembly_ipv6_4frag(void) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #155: FILE: app/test/test_inline_ipsec.c:909: +static int +test_reassembly_ipv4_5frag(void) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #170: FILE: app/test/test_inline_ipsec.c:924: +static int +test_reassembly_ipv6_5frag(void) { total: 6 errors, 0 warnings, 717 lines checked