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 1468C4620D for ; Thu, 13 Feb 2025 07:59:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0602E402A3; Thu, 13 Feb 2025 07:59:08 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DEADF4028C for ; Thu, 13 Feb 2025 07:59:06 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 242F31277E7; Thu, 13 Feb 2025 07:59:05 +0100 (CET) Subject: |WARNING| pw151454 [PATCH v1 11/16] net/zxdh: optimize basic stats ops In-Reply-To: <20250213064134.88166-12-wang.junlong1@zte.com.cn> References: <20250213064134.88166-12-wang.junlong1@zte.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junlong Wang Message-Id: <20250213065905.242F31277E7@dpdk.org> Date: Thu, 13 Feb 2025 07:59:05 +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/151454 _coding style issues_ WARNING:TYPO_SPELLING: 'DONT' may be misspelled - perhaps 'DON'T'? #973: FILE: drivers/net/zxdh/zxdh_np.c:2319: + PMD_DRV_LOG(ERR, "DPDK DONT HAVE DDR STAT."); total: 0 errors, 1 warnings, 0 checks, 930 lines checked __rte_packed_begin and __rte_packed_end should always be used in pairs.