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 1809042DA3 for ; Sat, 1 Jul 2023 16:44:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1283642BFE; Sat, 1 Jul 2023 16:44:31 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 08AB842D0E for ; Sat, 1 Jul 2023 16:44:29 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DF741120922; Sat, 1 Jul 2023 16:44:29 +0200 (CEST) Subject: |WARNING| pw129175 [PATCH] net/mlx5: fix flow workspace destruction In-Reply-To: <20230701144346.441037-1-bingz@nvidia.com> References: <20230701144346.441037-1-bingz@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bing Zhao Message-Id: <20230701144429.DF741120922@dpdk.org> Date: Sat, 1 Jul 2023 16:44:29 +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/129175 _coding style issues_ WARNING:TYPO_SPELLING: 'aquire' may be misspelled - perhaps 'acquire'? #134: 2. spinlock aquire and release ERROR:INITIALISED_STATIC: do not initialise statics to NULL #234: FILE: drivers/net/mlx5/mlx5_flow.c:8049: +static struct mlx5_flow_workspace *gc_head = NULL; total: 1 errors, 1 warnings, 0 checks, 150 lines checked