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 2E91146629 for ; Fri, 25 Apr 2025 12:02:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2848240263; Fri, 25 Apr 2025 12:02:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A4532400D5 for ; Fri, 25 Apr 2025 12:02:32 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 538201251C3; Fri, 25 Apr 2025 12:02:32 +0200 (CEST) Subject: |WARNING| pw153154 [PATCH 08/13] net/sxe: add dcb function In-Reply-To: <20250425023652.37368-8-liujie5@linkdatatechnology.com> References: <20250425023652.37368-8-liujie5@linkdatatechnology.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Liu Message-Id: <20250425100232.538201251C3@dpdk.org> Date: Fri, 25 Apr 2025 12:02:32 +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/153154 _coding style issues_ WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #769: FILE: drivers/net/sxe/pf/sxe_dcb.c:612: + u8 *rx_configed) WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #774: FILE: drivers/net/sxe/pf/sxe_dcb.c:617: + *rx_configed = DCB_RX_CONFIG; WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #782: FILE: drivers/net/sxe/pf/sxe_dcb.c:625: + *rx_configed = DCB_RX_CONFIG; WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #795: FILE: drivers/net/sxe/pf/sxe_dcb.c:638: + u8 *tx_configed) WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #803: FILE: drivers/net/sxe/pf/sxe_dcb.c:646: + *tx_configed = DCB_TX_CONFIG; WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #811: FILE: drivers/net/sxe/pf/sxe_dcb.c:654: + *tx_configed = DCB_TX_CONFIG; WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #966: FILE: drivers/net/sxe/pf/sxe_dcb.c:809: + u8 rx_configed = 0; WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #967: FILE: drivers/net/sxe/pf/sxe_dcb.c:810: + u8 tx_configed = 0; WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #973: FILE: drivers/net/sxe/pf/sxe_dcb.c:816: + sxe_dcb_rx_mq_mode_configure(dev, dcb_config, &rx_configed); WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #974: FILE: drivers/net/sxe/pf/sxe_dcb.c:817: + sxe_dcb_tx_mq_mode_configure(dev, dcb_config, &tx_configed); WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #983: FILE: drivers/net/sxe/pf/sxe_dcb.c:826: + if (rx_configed) WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'? #986: FILE: drivers/net/sxe/pf/sxe_dcb.c:829: + if (tx_configed) WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: JieLiu ' != 'Signed-off-by: Jie Liu ' total: 0 errors, 13 warnings, 0 checks, 1196 lines checked