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 22C77A2EFC for ; Fri, 20 Sep 2019 15:30:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 645B81F454; Fri, 20 Sep 2019 15:29:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 458A11F4B2; Fri, 20 Sep 2019 15:29:51 +0200 (CEST) In-Reply-To: <1568985955-13548-10-git-send-email-xavier.huwei@huawei.com> References: <1568985955-13548-10-git-send-email-xavier.huwei@huawei.com> To: test-report@dpdk.org Cc: "Wei Hu (Xavier)" Message-Id: <20190920132951.458A11F4B2@dpdk.org> Date: Fri, 20 Sep 2019 15:29:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw59506 [PATCH v2 09/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/59506 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #169: FILE: drivers/net/hns3/hns3_ethdev.c:2410: + if (ret == -EOPNOTSUPP) { [...] + } else if (ret) [...] total: 0 errors, 0 warnings, 1 checks, 205 lines checked