From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id BCD37A00E6 for ; Thu, 18 Apr 2019 13:29:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 916451B9C7; Thu, 18 Apr 2019 13:29:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9E6381B95B; Thu, 18 Apr 2019 13:29:53 +0200 (CEST) In-Reply-To: <1555586930-109097-10-git-send-email-orika@mellanox.com> References: <1555586930-109097-10-git-send-email-orika@mellanox.com> To: test-report@dpdk.org Cc: Ori Kam Message-Id: <20190418112953.9E6381B95B@dpdk.org> Date: Thu, 18 Apr 2019 13:29:53 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw52916 [PATCH v2 9/9] net/mlx5: add drop action to Direct Verbs E-Switch 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/52916 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #102: FILE: drivers/net/mlx5/mlx5_flow_dv.c:4060: + if (flow->transfer) [...] + else { [...] CHECK:BRACES: Unbalanced braces around else statement #104: FILE: drivers/net/mlx5/mlx5_flow_dv.c:4062: + else { total: 0 errors, 0 warnings, 2 checks, 100 lines checked