From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 938015592; Wed, 25 Jan 2017 13:45:53 +0100 (CET) In-Reply-To: <1485348339-43905-1-git-send-email-shahafs@mellanox.com> References: <1485348339-43905-1-git-send-email-shahafs@mellanox.com> To: test-report@dpdk.org Cc: Shahaf Shuler Message-Id: <20170125124553.938015592@dpdk.org> Date: Wed, 25 Jan 2017 13:45:53 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw19996 [PATCH] net/mlx5: fix link status is always inconsist 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: Wed, 25 Jan 2017 12:45:53 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/19996 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #102: FILE: drivers/net/mlx5/mlx5_ethdev.c:1153: + if (((link->link_speed == 0) && link->link_status) || [...] + } else [...] total: 0 errors, 0 warnings, 1 checks, 63 lines checked