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 28C954564F 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 8D7B242FAF; 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 6C08542E8C for ; Fri, 19 Jul 2024 12:07:07 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 62B73127EE2; Fri, 19 Jul 2024 12:07:07 +0200 (CEST) Subject: |WARNING| pw142548 [PATCH 22/30] dma/dpaa: add Scatter Gather support In-Reply-To: <20240719100126.1150373-22-g.singh@nxp.com> References: <20240719100126.1150373-22-g.singh@nxp.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Gagandeep Singh Message-Id: <20240719100707.62B73127EE2@dpdk.org> Date: Fri, 19 Jul 2024 12:07:07 +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/142548 _coding style issues_ WARNING:TYPO_SPELLING: 'ser' may be misspelled - perhaps 'set'? #300: FILE: drivers/dma/dpaa/dpaa_qdma.c:193: + ccdf->ser = 1; WARNING:TYPO_SPELLING: 'ser' may be misspelled - perhaps 'set'? #1079: FILE: drivers/dma/dpaa/dpaa_qdma.c:1144: + " status: %02x, ser: %d, offset:%d, fmt: %02x ", WARNING:TYPO_SPELLING: 'ser' may be misspelled - perhaps 'set'? #1080: FILE: drivers/dma/dpaa/dpaa_qdma.c:1145: + local.err_cmd.status, local.err_cmd.ser, WARNING:TYPO_SPELLING: 'ser' may be misspelled - perhaps 'set'? #1310: FILE: drivers/dma/dpaa/dpaa_qdma.h:124: + uint32_t ser:1; total: 0 errors, 4 warnings, 1347 lines checked