From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7B8B442993 for ; Thu, 20 Apr 2023 09:30:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 76BE841141; Thu, 20 Apr 2023 09:30:45 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3D5A641141 for ; Thu, 20 Apr 2023 09:30:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 39F3E121EF6; Thu, 20 Apr 2023 09:30:40 +0200 (CEST) Subject: |WARNING| pw126277 [PATCH 08/11] net/bnxt: update PTP support on Thor In-Reply-To: <20230419201122.338133-9-stuart.schacher@broadcom.com> References: <20230419201122.338133-9-stuart.schacher@broadcom.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Randy Schacher Message-Id: <20230420073040.39F3E121EF6@dpdk.org> Date: Thu, 20 Apr 2023 09:30:40 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/126277 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #235: FILE: drivers/net/bnxt/bnxt_ring.c:230: + tx_ring_info->nr_bds = rte_zmalloc("bnxt_nr_bds",$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #235: FILE: drivers/net/bnxt/bnxt_ring.c:230: + tx_ring_info->nr_bds = rte_zmalloc("bnxt_nr_bds",$ ERROR:CODE_INDENT: code indent should use tabs where possible #236: FILE: drivers/net/bnxt/bnxt_ring.c:231: + sizeof(unsigned short) *$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #236: FILE: drivers/net/bnxt/bnxt_ring.c:231: + sizeof(unsigned short) *$ ERROR:CODE_INDENT: code indent should use tabs where possible #237: FILE: drivers/net/bnxt/bnxt_ring.c:232: + tx_ring->ring_size, 0);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #237: FILE: drivers/net/bnxt/bnxt_ring.c:232: + tx_ring->ring_size, 0);$ ERROR:NO_AUTHOR_SIGN_OFF: Missing Signed-off-by: line by nominal patch author 'Randy Schacher ' total: 4 errors, 3 warnings, 0 checks, 279 lines checked