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 5D65C45710 for ; Thu, 1 Aug 2024 12:55:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4A4F5432FC; Thu, 1 Aug 2024 12:55:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EEC5C40DF8 for ; Thu, 1 Aug 2024 12:55:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D9BFD123EF2; Thu, 1 Aug 2024 12:55:50 +0200 (CEST) Subject: |WARNING| pw142835 [PATCH 15/17] bus/dpaa: add ONIC port mode for the DPAA eth In-Reply-To: <20240801105313.630280-16-hemant.agrawal@nxp.com> References: <20240801105313.630280-16-hemant.agrawal@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Hemant Agrawal Message-Id: <20240801105550.D9BFD123EF2@dpdk.org> Date: Thu, 1 Aug 2024 12:55:50 +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/142835 _coding style issues_ WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #244: FILE: drivers/bus/dpaa/base/fman/fman.c:868: + FMAN_ERR(-EINVAL, "%s: couldn't get p_onic_oh_nodes ", WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #251: FILE: drivers/bus/dpaa/base/fman/fman.c:875: + FMAN_ERR(-EINVAL, "%s: couldn't get rx_oh_node ", WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #259: FILE: drivers/bus/dpaa/base/fman/fman.c:883: + FMAN_ERR(-EINVAL, "%s: couldn't get p_fman_rx_oh_node ", WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #266: FILE: drivers/bus/dpaa/base/fman/fman.c:890: + FMAN_ERR(-EINVAL, "%s: couldn't get fman_rx_oh_node ", WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #298: FILE: drivers/bus/dpaa/base/fman/fman.c:922: + FMAN_ERR(-EINVAL, "%s: couldn't get tx_oh_node ", WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #306: FILE: drivers/bus/dpaa/base/fman/fman.c:930: + FMAN_ERR(-EINVAL, "%s: couldn't get p_fman_tx_oh_node ", WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #313: FILE: drivers/bus/dpaa/base/fman/fman.c:937: + FMAN_ERR(-EINVAL, "%s: couldn't get fman_tx_oh_node ", total: 0 errors, 7 warnings, 0 checks, 799 lines checked