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 2054945DA5 for ; Mon, 25 Nov 2024 18:24:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1726D40B9F; Mon, 25 Nov 2024 18:24:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B41BE40B9F for ; Mon, 25 Nov 2024 18:24:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 6746E124317; Mon, 25 Nov 2024 18:24:41 +0100 (CET) Subject: |WARNING| pw148841 [PATCH] net/mlx5: fix Rx queue control deref In-Reply-To: <20241125172318.302560-1-bingz@nvidia.com> References: <20241125172318.302560-1-bingz@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bing Zhao Message-Id: <20241125172441.6746E124317@dpdk.org> Date: Mon, 25 Nov 2024 18:24:41 +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/148841 _coding style issues_ CHECK:SPACING: No space is necessary after a cast #155: FILE: drivers/net/mlx5/mlx5_rx.h:160: + RTE_ATOMIC(int32_t) ctrl_ref; /* Reference counter. */ total: 0 errors, 0 warnings, 1 checks, 35 lines checked