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 E7203A0C4B for ; Tue, 9 Nov 2021 05:41:25 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E3AC340687; Tue, 9 Nov 2021 05:41:25 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5F6F140151 for ; Tue, 9 Nov 2021 05:41:24 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 599E8123078; Tue, 9 Nov 2021 05:41:24 +0100 (CET) In-Reply-To: <20211109043910.4016824-5-g.singh@nxp.com> References: <20211109043910.4016824-5-g.singh@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gagandeep Singh Message-Id: <20211109044124.599E8123078@dpdk.org> Date: Tue, 9 Nov 2021 05:41:24 +0100 (CET) Subject: [dpdk-test-report] |WARNING| pw104030 [PATCH v4 4/5] dma/dpaa: support DMA operations 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/104030 _coding style issues_ WARNING:TYPO_SPELLING: 'ser' may be misspelled - perhaps 'set'? #176: FILE: drivers/dma/dpaa/dpaa_qdma.c:45: +qdma_ccdf_set_ser(struct fsl_qdma_format *ccdf, int status) WARNING:TYPO_SPELLING: 'SER' may be misspelled - perhaps 'SET'? #178: FILE: drivers/dma/dpaa/dpaa_qdma.c:47: + ccdf->status = rte_cpu_to_le_32(QDMA_CCDF_SER | status); WARNING:TYPO_SPELLING: 'ser' may be misspelled - perhaps 'set'? #377: FILE: drivers/dma/dpaa/dpaa_qdma.c:609: + qdma_ccdf_set_ser(ccdf, qdma_ccdf_get_status(fsl_comp->virt_addr)); total: 0 errors, 3 warnings, 415 lines checked