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 E1A7AA04B5 for ; Thu, 29 Oct 2020 12:16:12 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A0C34CA4A; Thu, 29 Oct 2020 12:16:10 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 26A03CAA2; Thu, 29 Oct 2020 12:16:06 +0100 (CET) In-Reply-To: <1603970094-37384-2-git-send-email-oulijun@huawei.com> References: <1603970094-37384-2-git-send-email-oulijun@huawei.com> To: test-report@dpdk.org Cc: Lijun Ou Message-Id: <20201029111606.26A03CAA2@dpdk.org> Date: Thu, 29 Oct 2020 12:16:06 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw82730 [PATCH 1/8] net/hns3: add queue count of Rx API support 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/82730 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #109: FILE: drivers/net/hns3/hns3_rxtx.c:3831: + * Number of BDs that have been processed by the driver$ ERROR:CODE_INDENT: code indent should use tabs where possible #110: FILE: drivers/net/hns3/hns3_rxtx.c:3832: + * but have not been notified to the hardware.$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #111: FILE: drivers/net/hns3/hns3_rxtx.c:3833: + * but have not been notified to the hardware. + */ total: 2 errors, 1 warnings, 0 checks, 49 lines checked