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 2F69C4297F for ; Tue, 18 Apr 2023 19:23:39 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 29EFB4014F; Tue, 18 Apr 2023 19:23:39 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B3F5A4014F for ; Tue, 18 Apr 2023 19:23:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 98596121EF6; Tue, 18 Apr 2023 19:23:37 +0200 (CEST) Subject: |WARNING| pw126248 [PATCH] ethdev: add indirect list flow action In-Reply-To: <20230418172144.24365-1-getelson@nvidia.com> References: <20230418172144.24365-1-getelson@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gregory Etelson Message-Id: <20230418172337.98596121EF6@dpdk.org> Date: Tue, 18 Apr 2023 19:23:37 +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/126248 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #699: FILE: lib/ethdev/rte_flow.c:2220: + rte_flow_indir_action_conf *conf, ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #725: FILE: lib/ethdev/rte_flow.c:2246: + rte_flow_action_list_handle *handle, ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #843: FILE: lib/ethdev/rte_flow.h:6204: + rte_flow_indir_action_conf *conf, ^ total: 3 errors, 0 warnings, 733 lines checked --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst