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 ED2ADA0C41 for ; Tue, 22 Jun 2021 11:38:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E8DDE40683; Tue, 22 Jun 2021 11:38:13 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EFA1B40040 for ; Tue, 22 Jun 2021 11:38:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D46C1122E3A; Tue, 22 Jun 2021 11:38:12 +0200 (CEST) In-Reply-To: <20210622093715.10583-1-shaikh@niometrics.com> References: <20210622093715.10583-1-shaikh@niometrics.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shahed Shaikh Message-Id: <20210622093812.D46C1122E3A@dpdk.org> Date: Tue, 22 Jun 2021 11:38:12 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94668 [PATCH 1/1] net/i40e: fix compilation failure on core-avx-i 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/94668 _coding style issues_ CHECK:BRACES: Unbalanced braces around else statement #291: FILE: drivers/net/i40e/i40e_rxtx_vec_avx_common.h:146: + } else CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #320: FILE: drivers/net/i40e/i40e_rxtx_vec_avx_common.h:175: + vaddr0_1 = _mm256_inserti128_si256( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #322: FILE: drivers/net/i40e/i40e_rxtx_vec_avx_common.h:177: + vaddr2_3 = _mm256_inserti128_si256( total: 0 errors, 0 warnings, 3 checks, 437 lines checked