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 833CCA04A3 for ; Mon, 3 Jan 2022 16:10:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8010E40042; Mon, 3 Jan 2022 16:10:47 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 000994003C for ; Mon, 3 Jan 2022 16:10:45 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id EF07D120DB4; Mon, 3 Jan 2022 16:10:45 +0100 (CET) Subject: |WARNING| pw105583 [PATCH 8/8] app/test: add IP reassembly negative cases In-Reply-To: <20220103150813.1694888-9-gakhil@marvell.com> References: <20220103150813.1694888-9-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20220103151045.EF07D120DB4@dpdk.org> Date: Mon, 3 Jan 2022 16:10:45 +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/105583 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #102: FILE: app/test/test_inline_ipsec.c:939: +static int +test_reassembly_incomplete(void) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #117: FILE: app/test/test_inline_ipsec.c:954: +static int +test_reassembly_overlap(void) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #132: FILE: app/test/test_inline_ipsec.c:969: +static int +test_reassembly_out_of_order(void) { total: 3 errors, 0 warnings, 65 lines checked