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 8C3F3A0548 for ; Thu, 8 Sep 2022 18:59:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 87DA841141; Thu, 8 Sep 2022 18:59:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 28F074021F for ; Thu, 8 Sep 2022 18:59:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 11D96121F02; Thu, 8 Sep 2022 18:59:01 +0200 (CEST) Subject: |WARNING| pw116097 [PATCH] net/axgbe: support segmented Tx In-Reply-To: <20220908165817.6536-1-bhagyada.modali@amd.com> References: <20220908165817.6536-1-bhagyada.modali@amd.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bhagyada Modali Message-Id: <20220908165901.11D96121F02@dpdk.org> Date: Thu, 8 Sep 2022 18:59:01 +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/116097 _coding style issues_ CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #324: FILE: drivers/net/axgbe/axgbe_rxtx.c:1006: + + } WARNING:TYPO_SPELLING: 'descriptior' may be misspelled - perhaps 'descriptor'? #326: FILE: drivers/net/axgbe/axgbe_rxtx.c:1008: + /* Set LD bit for the last descriptior */ CHECK:BRACES: Blank lines aren't necessary after an open brace '{' #369: FILE: drivers/net/axgbe/axgbe_rxtx.c:1051: + while (nb_pkts--) { + total: 0 errors, 1 warnings, 2 checks, 263 lines checked