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 8630CA0A05 for ; Wed, 20 Jan 2021 15:41:11 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AE871140D5B; Wed, 20 Jan 2021 15:41:10 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id A994D140D0F for ; Wed, 20 Jan 2021 15:41:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 9B994FFA; Wed, 20 Jan 2021 15:41:08 +0100 (CET) In-Reply-To: <20210120142723.14090-7-hemant.agrawal@nxp.com> References: <20210120142723.14090-7-hemant.agrawal@nxp.com> To: test-report@dpdk.org Cc: Hemant Agrawal Message-Id: <20210120144108.9B994FFA@dpdk.org> Date: Wed, 20 Jan 2021 15:41:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw86997 [PATCH 6/7] 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/86997 _coding style issues_ WARNING:TYPO_SPELLING: 'comitted' may be misspelled - perhaps 'committed'? #403: 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 #721: 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 #730: 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, 1404 lines checked