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 910A8A0C41 for ; Wed, 23 Jun 2021 22:55:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BF9240141; Wed, 23 Jun 2021 22:55:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8A4654003C for ; Wed, 23 Jun 2021 22:55:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7A73F122E3A; Wed, 23 Jun 2021 22:55:04 +0200 (CEST) In-Reply-To: <0686a7c3fb3a22e37378a8545bc37bce04f4c391.1624481225.git.sthotton@marvell.com> References: <0686a7c3fb3a22e37378a8545bc37bce04f4c391.1624481225.git.sthotton@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20210623205504.7A73F122E3A@dpdk.org> Date: Wed, 23 Jun 2021 22:55:04 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94776 [PATCH v2 2/2] drivers: add octeontx crypto adapter data path 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/94776 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #174: FILE: drivers/crypto/octeontx/otx_cryptodev_ops.c:419: +static __rte_always_inline void * __rte_hot ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #207: FILE: drivers/crypto/octeontx/otx_cryptodev_ops.c:448: +static __rte_always_inline void * __rte_hot ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #256: FILE: drivers/crypto/octeontx/otx_cryptodev_ops.c:530: +static __rte_always_inline void * __rte_hot ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #293: FILE: drivers/crypto/octeontx/otx_cryptodev_ops.c:572: +static __rte_always_inline void * __rte_hot total: 4 errors, 0 warnings, 596 lines checked --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst