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 6F53445D6F for ; Fri, 22 Nov 2024 13:57:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5FDE9433D3; Fri, 22 Nov 2024 13:57:24 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 80683433C2 for ; Fri, 22 Nov 2024 13:57:19 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 7BFF7123DB4; Fri, 22 Nov 2024 13:57:19 +0100 (CET) Subject: |WARNING| pw148798 [RFC PATCH 02/21] common/intel_eth: provide common Tx entry structures In-Reply-To: <20241122125418.2857301-3-bruce.richardson@intel.com> References: <20241122125418.2857301-3-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20241122125719.7BFF7123DB4@dpdk.org> Date: Fri, 22 Nov 2024 13:57:19 +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/148798 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following struct go on the same line #130: FILE: drivers/common/intel_eth/ieth_rxtx.h:15: +struct ieth_tx_entry +{ ERROR:OPEN_BRACE: open brace '{' following struct go on the same line #140: FILE: drivers/common/intel_eth/ieth_rxtx.h:25: +struct ieth_vec_tx_entry +{ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around txq->sw_ring[txq->tx_tail] #196: FILE: drivers/net/i40e/i40e_rxtx.c:1421: + struct ieth_tx_entry *txep = &(txq->sw_ring[txq->tx_tail]); CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around txq->sw_ring[txq->tx_tail] #801: FILE: drivers/net/ixgbe/ixgbe_rxtx.c:202: + struct ieth_tx_entry *txep = &(txq->sw_ring[txq->tx_tail]); total: 2 errors, 0 warnings, 2 checks, 665 lines checked