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 1AD634886D for ; Tue, 30 Sep 2025 09:15:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1715840A67; Tue, 30 Sep 2025 09:15:37 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3B23740150 for ; Tue, 30 Sep 2025 09:15:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DAD4B124247; Tue, 30 Sep 2025 09:15:31 +0200 (CEST) Subject: |WARNING| pw157098 [PATCH 46/54] net/bnxt: truflow HSI struct fixes In-Reply-To: <20250930003604.87108-47-manish.kurup@broadcom.com> References: <20250930003604.87108-47-manish.kurup@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Manish Kurup Message-Id: <20250930071531.DAD4B124247@dpdk.org> Date: Tue, 30 Sep 2025 09:15:31 +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/157098 _coding style issues_ WARNING:TYPO_SPELLING: 'HSI' may be misspelled - perhaps 'HIS'? #86: Subject: [PATCH 46/54] net/bnxt: truflow HSI struct fixes ^^^ WARNING:TYPO_SPELLING: 'HSI' may be misspelled - perhaps 'HIS'? #108: Fix struct definitions in HSI to add __rte_packed_end ^^^ total: 0 errors, 2 warnings, 0 checks, 96 lines checked __rte_packed_begin and __rte_packed_end should always be used in pairs.