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 9A5BF45A79 for ; Tue, 1 Oct 2024 13:07:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 96F29402E3; Tue, 1 Oct 2024 13:07:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 73ED3402DC for ; Tue, 1 Oct 2024 13:07:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 69B76121D9E; Tue, 1 Oct 2024 13:07:22 +0200 (CEST) Subject: |WARNING| pw144825 [PATCH v5 15/18] bus/dpaa: add ONIC port mode for the DPAA eth In-Reply-To: <20241001110325.4173762-16-hemant.agrawal@nxp.com> References: <20241001110325.4173762-16-hemant.agrawal@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Hemant Agrawal Message-Id: <20241001110722.69B76121D9E@dpdk.org> Date: Tue, 1 Oct 2024 13:07:22 +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/144825 _coding style issues_ WARNING:TYPO_SPELLING: 'couldn' may be misspelled - perhaps 'could'? #282: 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'? #289: 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'? #297: 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'? #304: 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'? #336: 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'? #344: 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'? #351: 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, 839 lines checked