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 1632742DA8 for ; Mon, 3 Jul 2023 11:22:37 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0E03140156; Mon, 3 Jul 2023 11:22:37 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DCBF440156 for ; Mon, 3 Jul 2023 11:22:35 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D98A4120922; Mon, 3 Jul 2023 11:22:35 +0200 (CEST) Subject: |WARNING| pw129195 [v2 1/5] net/mlx5: support indirect list METER_MARK action In-Reply-To: <20230702045758.23244-1-igozlan@nvidia.com> References: <20230702045758.23244-1-igozlan@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Itamar Gozlan Message-Id: <20230703092235.D98A4120922@dpdk.org> Date: Mon, 3 Jul 2023 11:22:35 +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/129195 _coding style issues_ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #166: FILE: drivers/net/mlx5/mlx5_flow.c:1174: + rte_flow_action_list_handle *handle, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #212: FILE: drivers/net/mlx5/mlx5_flow.c:11103: + rte_flow_action_list_handle *handle, ^ CHECK:SPACING: spaces preferred around that '*' (ctx:WxV) #266: FILE: drivers/net/mlx5/mlx5_flow.h:134: + LIST_HEAD(, mlx5_indirect_list) *h = head; ^ CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #277: FILE: drivers/net/mlx5/mlx5_flow.h:145: + +} CHECK:SPACING: spaces preferred around that '*' (ctx:WxO) #514: FILE: drivers/net/mlx5/mlx5_flow_hw.c:1551: + rte_flow_indirect_update_flow_meter_mark **flow_conf = ^ total: 0 errors, 0 warnings, 5 checks, 797 lines checked