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 07B05A2EFC for ; Fri, 20 Sep 2019 15:30:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id AD11F1F4F1; Fri, 20 Sep 2019 15:30:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 857F61F4F7; Fri, 20 Sep 2019 15:29:56 +0200 (CEST) In-Reply-To: <1568985955-13548-13-git-send-email-xavier.huwei@huawei.com> References: <1568985955-13548-13-git-send-email-xavier.huwei@huawei.com> To: test-report@dpdk.org Cc: "Wei Hu (Xavier)" Message-Id: <20190920132956.857F61F4F7@dpdk.org> Date: Fri, 20 Sep 2019 15:29:56 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw59509 [PATCH v2 12/22] net/hns3: add support for flow control of hns3 PMD driver 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/59509 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #1107: FILE: drivers/net/hns3/hns3_dcb.c:1019: + if (pause_time > PAUSE_TIME_DIV_BY * HNS3_DEFAULT_PAUSE_TRANS_GAP) [...] + else if (pause_time >= PAUSE_TIME_MIN_VALUE && [...] + else { [...] CHECK:BRACES: Unbalanced braces around else statement #1112: FILE: drivers/net/hns3/hns3_dcb.c:1024: + else { CHECK:BRACES: braces {} should be used on all arms of this statement #1200: FILE: drivers/net/hns3/hns3_dcb.c:1112: + if (hw->current_fc_status == HNS3_FC_STATUS_MAC_PAUSE) [...] + else { [...] CHECK:BRACES: Unbalanced braces around else statement #1202: FILE: drivers/net/hns3/hns3_dcb.c:1114: + else { CHECK:BRACES: braces {} should be used on all arms of this statement #1215: FILE: drivers/net/hns3/hns3_dcb.c:1127: + if (hw->current_fc_status == HNS3_FC_STATUS_PFC) [...] + else { [...] CHECK:BRACES: Unbalanced braces around else statement #1217: FILE: drivers/net/hns3/hns3_dcb.c:1129: + else { total: 0 errors, 0 warnings, 6 checks, 2078 lines checked