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 19A3D42BB9 for ; Sun, 28 May 2023 17:45:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1632D40A81; Sun, 28 May 2023 17:45:08 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E84F540A81 for ; Sun, 28 May 2023 17:45:06 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D86A4120927; Sun, 28 May 2023 17:45:06 +0200 (CEST) Subject: |WARNING| pw127638 [PATCH v6] ethdev: add indirect list flow action In-Reply-To: <20230528154350.63541-1-getelson@nvidia.com> References: <20230528154350.63541-1-getelson@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gregory Etelson Message-Id: <20230528154506.D86A4120927@dpdk.org> Date: Sun, 28 May 2023 17:45:06 +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/127638 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #479: FILE: app/test-pmd/cmdline_flow.c:10515: + void __rte_unused *buf, unsigned int __rte_unused size) ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #1244: FILE: lib/ethdev/rte_flow.c:2230: + rte_flow_indir_action_conf *conf, ^ WARNING:FUNCTION_ARGUMENTS: arguments for function declarations should follow identifier #1273: FILE: lib/ethdev/rte_flow.c:2259: +int WARNING:FUNCTION_ARGUMENTS: arguments for function declarations should follow identifier #1300: FILE: lib/ethdev/rte_flow.c:2286: +int WARNING:FUNCTION_ARGUMENTS: arguments for function declarations should follow identifier #1327: FILE: lib/ethdev/rte_flow.c:2313: +int ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #1480: FILE: lib/ethdev/rte_flow.h:6227: + rte_flow_indir_action_conf *conf, ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #1590: FILE: lib/ethdev/rte_flow.h:6337: + rte_flow_action_list_handle *handle, ^ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #1643: FILE: lib/ethdev/rte_flow.h:6390: + rte_flow_action_list_handle *handle, ^ total: 5 errors, 3 warnings, 1396 lines checked