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 73A28A04F2 for ; Fri, 6 Dec 2019 19:14:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5CBE61BF95; Fri, 6 Dec 2019 19:14:09 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id E7EE01BF90; Fri, 6 Dec 2019 19:14:08 +0100 (CET) In-Reply-To: <20191206181336.6180-2-arkadiuszx.kusztal@intel.com> References: <20191206181336.6180-2-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org Cc: Arek Kusztal Message-Id: <20191206181408.E7EE01BF90@dpdk.org> Date: Fri, 6 Dec 2019 19:14:08 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw63612 [PATCH 1/2] crypto/qat: add chacha poly implementation 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/63612 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #261: FILE: drivers/crypto/qat/qat_sym_session.c:769: + /* Use faster Single-Pass GCM if possible, for ChachaPoly + it always is single pass */ WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #261: FILE: drivers/crypto/qat/qat_sym_session.c:769: + it always is single pass */ total: 0 errors, 2 warnings, 163 lines checked