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 2266145681 for ; Mon, 22 Jul 2024 14:06:12 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1141E40431; Mon, 22 Jul 2024 14:06:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 643DB40678 for ; Mon, 22 Jul 2024 14:04:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 60957127EE2; Mon, 22 Jul 2024 14:04:28 +0200 (CEST) Subject: |WARNING| pw142607 [v2 07/30] dma/dpaa2: borrow flags of DMA operation to pass job context In-Reply-To: <20240722115843.1830105-8-g.singh@nxp.com> References: <20240722115843.1830105-8-g.singh@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gagandeep Singh Message-Id: <20240722120428.60957127EE2@dpdk.org> Date: Mon, 22 Jul 2024 14:04:28 +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/142607 _coding style issues_ WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #259: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:652: + if (unlikely(!fle[DPAA2_QDMA_SRC_FLE].length)) { WARNING:TYPO_SPELLING: 'FLE' may be misspelled - perhaps 'FILE'? #259: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:652: + if (unlikely(!fle[DPAA2_QDMA_SRC_FLE].length)) { WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #321: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:753: + fle_post_populate(fle, src, dst, length); WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #321: FILE: drivers/dma/dpaa2/dpaa2_qdma.c:753: + fle_post_populate(fle, src, dst, length); total: 0 errors, 4 warnings, 276 lines checked