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 AE3144620D for ; Thu, 13 Feb 2025 07:58:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AA5A9402A3; Thu, 13 Feb 2025 07:58:33 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 61B924028C for ; Thu, 13 Feb 2025 07:58:32 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 8F3831277E7; Thu, 13 Feb 2025 07:58:30 +0100 (CET) Subject: |WARNING| pw151458 [PATCH v1 16/16] net/zxdh: provide meter ops implementations In-Reply-To: <20250213064134.88166-17-wang.junlong1@zte.com.cn> References: <20250213064134.88166-17-wang.junlong1@zte.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Junlong Wang Message-Id: <20250213065830.8F3831277E7@dpdk.org> Date: Thu, 13 Feb 2025 07:58:30 +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/151458 _coding style issues_ WARNING:TYPO_SPELLING: 'invaild' may be misspelled - perhaps 'invalid'? #829: FILE: drivers/net/zxdh/zxdh_mtr.c:182: + "Meter profile param id invaild or null"); WARNING:TYPO_SPELLING: 'unsupport' may be misspelled - perhaps 'unsupported'? #1473: FILE: drivers/net/zxdh/zxdh_mtr.c:826: + " meter id exceed 1024 unsupport "); total: 0 errors, 2 warnings, 0 checks, 2569 lines checked __rte_packed_begin and __rte_packed_end should always be used in pairs.