From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D7C1FA0093 for ; Tue, 19 May 2020 14:09:23 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB0D41D5E1; Tue, 19 May 2020 14:09:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 79B8C1D5E5; Tue, 19 May 2020 14:09:22 +0200 (CEST) In-Reply-To: <20200519120546.3445-2-adamx.dybkowski@intel.com> References: <20200519120546.3445-2-adamx.dybkowski@intel.com> To: test-report@dpdk.org Cc: Adam Dybkowski Message-Id: <20200519120922.79B8C1D5E5@dpdk.org> Date: Tue, 19 May 2020 14:09:22 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw70427 [PATCH v2 1/1] cryptodev: fix SHA-1 digest enum comment X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/70427 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #85: FILE: lib/librte_cryptodev/rte_crypto_sym.h:275: + /**< HMAC using 160 bit SHA algorithm. + HMAC-SHA-1-96 can be generated by setting digest_size to 12. */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #85: FILE: lib/librte_cryptodev/rte_crypto_sym.h:275: + HMAC-SHA-1-96 can be generated by setting digest_size to 12. */ total: 0 errors, 2 warnings, 12 lines checked