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 451B4A0548 for ; Tue, 22 Jun 2021 18:49:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3901B40DDD; Tue, 22 Jun 2021 18:49:26 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5EDFE40E78 for ; Tue, 22 Jun 2021 18:49:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 49F34122E3A; Tue, 22 Jun 2021 18:49:25 +0200 (CEST) In-Reply-To: <185977c5fa60dad0ea0b89e7edbb369bc58726b8.1624379833.git.sthotton@marvell.com> References: <185977c5fa60dad0ea0b89e7edbb369bc58726b8.1624379833.git.sthotton@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shijith Thotton Message-Id: <20210622164925.49F34122E3A@dpdk.org> Date: Tue, 22 Jun 2021 18:49:25 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw94683 [PATCH 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/94683 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #173: 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" #206: 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" #255: 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:574: +static __rte_always_inline void * __rte_hot total: 4 errors, 0 warnings, 600 lines checked --- a/doc/guides/rel_notes/release_21_08.rst +++ b/doc/guides/rel_notes/release_21_08.rst