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 0A36846744 for ; Wed, 14 May 2025 10:10:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 048834064F; Wed, 14 May 2025 10:10:15 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id DD2B840041 for ; Wed, 14 May 2025 10:10:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2CAB9123FBC; Wed, 14 May 2025 10:09:50 +0200 (CEST) Subject: |WARNING| pw153436 [PATCH] crypto/qat: add caching of the asym config In-Reply-To: <20250514080946.1633268-1-arkadiuszx.kusztal@intel.com> References: <20250514080946.1633268-1-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Arkadiusz Kusztal Message-Id: <20250514080950.2CAB9123FBC@dpdk.org> Date: Wed, 14 May 2025 10:09:50 +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/153436 _coding style issues_ ERROR:SPACING: need consistent spacing around '*' (ctx:WxV) #119: FILE: drivers/crypto/qat/qat_asym.c:130: + const struct rte_crypto_asym_xform __rte_unused *xform) ^ ERROR:TRAILING_WHITESPACE: trailing whitespace #248: FILE: drivers/crypto/qat/qat_asym.c:569: +^I}^I$ ERROR:BRACKET_SPACE: space prohibited before open square bracket '[' #384: FILE: drivers/crypto/qat/qat_asym.h:79: + } info_in [MAX_PKE_PARAMS]; ERROR:BRACKET_SPACE: space prohibited before open square bracket '[' #387: FILE: drivers/crypto/qat/qat_asym.h:82: + } info_out [MAX_PKE_PARAMS]; total: 4 errors, 0 warnings, 285 lines checked