From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C72FFA04DB for ; Thu, 15 Oct 2020 11:48:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E7CBE1DE0D; Thu, 15 Oct 2020 11:48:34 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 8090A1DDD5; Thu, 15 Oct 2020 11:48:34 +0200 (CEST) In-Reply-To: <1602755228-25535-2-git-send-email-g.singh@nxp.com> References: <1602755228-25535-2-git-send-email-g.singh@nxp.com> To: test-report@dpdk.org Cc: Gagandeep Singh Message-Id: <20201015094834.8090A1DDD5@dpdk.org> Date: Thu, 15 Oct 2020 11:48:34 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw80846 [PATCH v2 1/7] raw/dpaa2_qdma: change DPAA2 QDMA APIs to rawdev ops X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/80846 _coding style issues_ WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #136: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:250: + ret = rte_mempool_get(qdma_dev->fle_pool, (void **)(&ppjob)); WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #170: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:318: + rte_mempool_put(qdma_dev->fle_pool, (void *)ppjob); WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #264: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:487: + if (qdma_dev->fle_pool) WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #265: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:488: + rte_mempool_free(qdma_dev->fle_pool); WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #275: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:493: + qdma_dev->fle_pool = NULL; WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #276: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:494: + qdma_dev->fle_pool_count = 0; WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #343: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:549: + qdma_dev->fle_pool = rte_mempool_create(fle_pool_name, WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #343: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:549: + qdma_dev->fle_pool = rte_mempool_create(fle_pool_name, WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #348: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:553: + if (!qdma_dev->fle_pool) { WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #355: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:559: + qdma_dev->fle_pool_count = qdma_config->fle_pool_count; WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #355: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:559: + qdma_dev->fle_pool_count = qdma_config->fle_pool_count; WARNING:TYPO_SPELLING: 'fle' may be misspelled - perhaps 'file'? #431: FILE: drivers/raw/dpaa2_qdma/dpaa2_qdma.c:626: + qdma_dev->fle_pool_count, rte_socket_id(), 0); total: 0 errors, 12 warnings, 925 lines checked