From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A0693A04EF for ; Tue, 2 Jun 2020 11:40:18 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 994501BF75; Tue, 2 Jun 2020 11:40:18 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 778F51BF87; Tue, 2 Jun 2020 11:40:17 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Shiri Kuzin Message-Id: <20200602094017.778F51BF87@dpdk.org> Date: Tue, 2 Jun 2020 11:40:17 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70734 [RFC 3/3] net/mlx5: add new devarg dv_lacp_by_user X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/70734 _coding style issues_ ERROR:TRAILING_WHITESPACE: trailing whitespace #139: FILE: drivers/net/mlx5/mlx5.c:144: +#define MLX5_DV_LACP_BY_USER "dv_lacp_by_user" $ ERROR:SPACING: space required after that ',' (ctx:VxO) #194: FILE: drivers/net/mlx5/mlx5_trigger.c:472: + ret = mlx5_flow_default_miss(dev,&lacp_spec); ^ ERROR:SPACING: space required before that '&' (ctx:OxV) #194: FILE: drivers/net/mlx5/mlx5_trigger.c:472: + ret = mlx5_flow_default_miss(dev,&lacp_spec); ^ total: 3 errors, 0 warnings, 0 checks, 53 lines checked