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 D3465A054D for ; Fri, 23 Sep 2022 16:49:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D164742BAE; Fri, 23 Sep 2022 16:49:01 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9B0B042BA6 for ; Fri, 23 Sep 2022 16:48:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 95BDA121F02; Fri, 23 Sep 2022 16:48:59 +0200 (CEST) Subject: |WARNING| pw116749 [PATCH 12/27] net/mlx5: support caching queue action In-Reply-To: <20220923144334.27736-13-suanmingm@nvidia.com> References: <20220923144334.27736-13-suanmingm@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Suanming Mou Message-Id: <20220923144859.95BDA121F02@dpdk.org> Date: Fri, 23 Sep 2022 16:48:59 +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/116749 _coding style issues_ CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around '!dev->data->dev_started' #226: FILE: drivers/net/mlx5/mlx5_flow_hw.c:1874: + if (unlikely((!dev->data->dev_started))) { total: 0 errors, 0 warnings, 1 checks, 175 lines checked