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 B9DCE4564F for ; Fri, 19 Jul 2024 12:07:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 58E8F42F29; 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 3F48B42E8C for ; Fri, 19 Jul 2024 12:06:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3A9A6127EE2; Fri, 19 Jul 2024 12:06:42 +0200 (CEST) Subject: |WARNING| pw142553 [PATCH 27/30] dma/dpaa: improve silent mode support In-Reply-To: <20240719100126.1150373-27-g.singh@nxp.com> References: <20240719100126.1150373-27-g.singh@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gagandeep Singh Message-Id: <20240719100642.3A9A6127EE2@dpdk.org> Date: Fri, 19 Jul 2024 12:06:42 +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/142553 _coding style issues_ WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'? #123: FILE: drivers/dma/dpaa/dpaa_qdma.c:593: + if (fsl_qdma->is_slient) WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'? #134: FILE: drivers/dma/dpaa/dpaa_qdma.c:704: + if (fsl_qdma->is_slient || unlikely(s_hw_err_check)) { WARNING:TYPO_SPELLING: 'slient' may be misspelled - perhaps 'silent'? #145: FILE: drivers/dma/dpaa/dpaa_qdma.c:716: + } else if (fsl_qdma->is_slient) { total: 0 errors, 3 warnings, 36 lines checked