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 376634564F for ; Fri, 19 Jul 2024 12:07:58 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 98CEA42FBF; Fri, 19 Jul 2024 12:07:57 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2684942E8C for ; Fri, 19 Jul 2024 12:07:13 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 21EB8127EE2; Fri, 19 Jul 2024 12:07:13 +0200 (CEST) Subject: |WARNING| pw142547 [PATCH 21/30] dma/dpaa: dequeue status queue In-Reply-To: <20240719100126.1150373-21-g.singh@nxp.com> References: <20240719100126.1150373-21-g.singh@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gagandeep Singh Message-Id: <20240719100713.21EB8127EE2@dpdk.org> Date: Fri, 19 Jul 2024 12:07:13 +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/142547 _coding style issues_ WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'? #176: FILE: drivers/dma/dpaa/dpaa_qdma.c:204: + if (!fsl_qdma->is_slient) WARNING:TYPO_SPELLING: 'ser' may be misspelled - perhaps 'set'? #177: FILE: drivers/dma/dpaa/dpaa_qdma.c:205: + qdma_ccdf_set_ser(ccdf, 0); WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'? #463: FILE: drivers/dma/dpaa/dpaa_qdma.c:622: + fsl_qdma->is_slient = dev_conf->enable_silent; WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'? #539: FILE: drivers/dma/dpaa/dpaa_qdma.c:727: + if (unlikely(fsl_qdma->is_slient)) { WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'? #573: FILE: drivers/dma/dpaa/dpaa_qdma.c:787: + if (unlikely(fsl_qdma->is_slient)) { WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'? #808: FILE: drivers/dma/dpaa/dpaa_qdma.h:221: + int is_slient; total: 0 errors, 6 warnings, 654 lines checked