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 3A325A046B for ; Fri, 23 Aug 2019 15:51:10 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D54691BFE3; Fri, 23 Aug 2019 15:51:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 0EA8C1BFF2; Fri, 23 Aug 2019 15:51:06 +0200 (CEST) In-Reply-To: <1566568031-45991-9-git-send-email-xavier.huwei@huawei.com> References: <1566568031-45991-9-git-send-email-xavier.huwei@huawei.com> To: test-report@dpdk.org Cc: "Wei Hu (Xavier)" Message-Id: <20190823135106.0EA8C1BFF2@dpdk.org> Date: Fri, 23 Aug 2019 15:51:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw57847 [PATCH 08/22] net/hns3: add support for link update operation 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/57847 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #143: FILE: drivers/net/hns3/hns3_ethdev.c:2484: + if (ret == -EOPNOTSUPP) { [...] + } else if (ret) [...] CHECK:BRACES: braces {} should be used on all arms of this statement #231: FILE: drivers/net/hns3/hns3_ethdev.c:2572: + if (!hns3_is_reset_pending(hns)) { [...] + } else [...] CHECK:BRACES: Unbalanced braces around else statement #234: FILE: drivers/net/hns3/hns3_ethdev.c:2575: + } else total: 0 errors, 0 warnings, 3 checks, 223 lines checked