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 48D4542F5B for ; Thu, 27 Jul 2023 11:32:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4465740041; Thu, 27 Jul 2023 11:32:25 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 1A8C540041 for ; Thu, 27 Jul 2023 11:32:24 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 00FC112092E; Thu, 27 Jul 2023 11:32:23 +0200 (CEST) Subject: |WARNING| pw129711 [PATCH 2/2] build: remove unnecessary AVX2 compiler flag In-Reply-To: <20230727093107.7242-3-bruce.richardson@intel.com> References: <20230727093107.7242-3-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20230727093224.00FC112092E@dpdk.org> Date: Thu, 27 Jul 2023 11:32:23 +0200 (CEST) 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/129711 _coding style issues_ WARNING:BRACES: braces {} are not necessary for single statement blocks #112: FILE: drivers/net/bnxt/bnxt_ethdev.c:3022: +#if defined(RTE_ARCH_X86) {bnxt_recv_pkts_vec_avx2, "Vector AVX2"}, WARNING:BRACES: braces {} are not necessary for single statement blocks #121: FILE: drivers/net/bnxt/bnxt_ethdev.c:3056: +#if defined(RTE_ARCH_X86) {bnxt_xmit_pkts_vec_avx2, "Vector AVX2"}, total: 0 errors, 2 warnings, 150 lines checked