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 85FA5A00C4 for ; Fri, 30 Sep 2022 14:55:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D557410F1; Fri, 30 Sep 2022 14:55:58 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5B78F40E5A for ; Fri, 30 Sep 2022 14:55:57 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4CC7412231E; Fri, 30 Sep 2022 14:55:57 +0200 (CEST) Subject: |WARNING| pw117223 [PATCH v3 13/17] net/mlx5: add HWS AGE action support In-Reply-To: <20220930125315.5079-14-suanmingm@nvidia.com> References: <20220930125315.5079-14-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20220930125557.4CC7412231E@dpdk.org> Date: Fri, 30 Sep 2022 14:55:57 +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/117223 _coding style issues_ WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #2744: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:489: + uint32_t idx, alloc_candidate, alloced = 0; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #2767: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:518: + if (alloced + alloc_candidate > sh->hws_max_nb_counters) WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #2780: FILE: drivers/net/mlx5/mlx5_hws_cnt.c:529: + if (alloced >= cnt_num) total: 0 errors, 3 warnings, 0 checks, 3281 lines checked