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 904BAA00C4 for ; Mon, 18 Apr 2022 21:35:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D5564014F; Mon, 18 Apr 2022 21:35:42 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 66A3D40141 for ; Mon, 18 Apr 2022 21:35:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 622C4120DB4; Mon, 18 Apr 2022 21:35:41 +0200 (CEST) Subject: |WARNING| pw109779 [PATCH v2 2/7] crypto/cnxk: add event metadata set operation In-Reply-To: <20220418193325.368313-3-gakhil@marvell.com> References: <20220418193325.368313-3-gakhil@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Akhil Goyal Message-Id: <20220418193541.622C4120DB4@dpdk.org> Date: Mon, 18 Apr 2022 21:35:41 +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/109779 _coding style issues_ ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #204: FILE: drivers/crypto/cnxk/cn10k_cryptodev_ops.c:353: + ec_mdata = (union rte_event_crypto_metadata*) ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)" #397: FILE: drivers/crypto/cnxk/cn9k_cryptodev_ops.c:405: + ec_mdata = (union rte_event_crypto_metadata*) total: 2 errors, 0 warnings, 401 lines checked