From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 9ED841B1F3; Fri, 19 Oct 2018 11:26:58 +0200 (CEST) In-Reply-To: <1539612815-47199-6-git-send-email-viacheslavo@mellanox.com> References: <1539612815-47199-6-git-send-email-viacheslavo@mellanox.com> To: test-report@dpdk.org Cc: Viacheslav Ovsiienko Message-Id: <20181019092658.9ED841B1F3@dpdk.org> Date: Fri, 19 Oct 2018 11:26:58 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw46852 [v2, 5/7] net/mlx5: e-switch VXLAN tunnel devices management 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: , X-List-Received-Date: Fri, 19 Oct 2018 09:26:58 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/46852 _coding style issues_ CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #516: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3912: + dev_flow->tcf.tunnel->ifindex_tun + = flow_tcf_tunnel_vtep_create(tcf, CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #525: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3921: + dev_flow->tcf.tunnel->ifindex_org + = *dev_flow->tcf.tunnel->ifindex_ptr; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #527: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3923: + *dev_flow->tcf.tunnel->ifindex_ptr + = dev_flow->tcf.tunnel->ifindex_tun; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #535: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3931: + *dev_flow->tcf.tunnel->ifindex_ptr + = dev_flow->tcf.tunnel->ifindex_org; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #575: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3983: + dev_flow->tcf.tunnel->ifindex_org + = *dev_flow->tcf.tunnel->ifindex_ptr; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #577: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3985: + *dev_flow->tcf.tunnel->ifindex_ptr + = dev_flow->tcf.tunnel->ifindex_tun; CHECK:ASSIGNMENT_CONTINUATIONS: Assignment operator '=' should be on the previous line #586: FILE: drivers/net/mlx5/mlx5_flow_tcf.c:3993: + *dev_flow->tcf.tunnel->ifindex_ptr + = dev_flow->tcf.tunnel->ifindex_org; total: 0 errors, 0 warnings, 7 checks, 540 lines checked