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 89BCFA0550 for ; Tue, 16 Feb 2021 10:36:44 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 853B71606CC; Tue, 16 Feb 2021 10:36:44 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id 230D640690 for ; Tue, 16 Feb 2021 10:36:44 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 1EE19C906; Tue, 16 Feb 2021 10:36:44 +0100 (CET) In-Reply-To: <20210211141620.12482-9-hemant.agrawal@nxp.com> References: <20210211141620.12482-9-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20210216093644.1EE19C906@dpdk.org> Date: Tue, 16 Feb 2021 10:36:44 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw87864 [PATCH v2 08/20] net/dpaa2: add traffic management driver 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/87864 _coding style issues_ WARNING:TYPO_SPELLING: 'comitted' may be misspelled - perhaps 'committed'? #546: FILE: drivers/net/dpaa2/dpaa2_tm.c:238: + NULL, "comitted rate is out of range "); WARNING:LONG_LINE_COMMENT: line length of 105 exceeds 100 columns #864: FILE: drivers/net/dpaa2/dpaa2_tm.c:556: + /* DPDK support lowest weight 1 and DPAA2 platform 100 */ WARNING:LONG_LINE_COMMENT: line length of 108 exceeds 100 columns #873: FILE: drivers/net/dpaa2/dpaa2_tm.c:565: + /*TODO: add one more check for number of nodes in a group */ total: 0 errors, 3 warnings, 0 checks, 1537 lines checked