From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id DFC8E1CFE5; Fri, 8 Jun 2018 18:50:10 +0200 (CEST) In-Reply-To: <1528476325-15585-4-git-send-email-anoob.joseph@caviumnetworks.com> References: <1528476325-15585-4-git-send-email-anoob.joseph@caviumnetworks.com> To: test-report@dpdk.org Cc: Anoob Joseph Message-Id: <20180608165010.DFC8E1CFE5@dpdk.org> Date: Fri, 8 Jun 2018 18:50:10 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40864 [PATCH 03/16] crypto/cpt/base: add hardware initialization API for CPT 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: , X-List-Received-Date: Fri, 08 Jun 2018 16:50:11 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/40864 _coding style issues_ WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #57: FILE: drivers/crypto/cpt/base/cpt8xxx_device.c:1: +/* SPDX-License-Identifier: BSD-3-Clause WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #591: FILE: drivers/crypto/cpt/base/cpt_device.c:1: +/* SPDX-License-Identifier: BSD-3-Clause WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'cpt_vf_init', this function's name, in a string #647: FILE: drivers/crypto/cpt/base/cpt_device.c:57: + PMD_DRV_LOG(DEBUG, "%s: cpt_vf_init() done ", cptvf->dev_name); WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'cpt_vq_init', this function's name, in a string #680: FILE: drivers/crypto/cpt/base/cpt_device.c:90: + PMD_DRV_LOG(DEBUG, "%s: cpt_vq_init() done ", cptvf->dev_name); WARNING:TYPO_SPELLING: 'Alignement' may be misspelled - perhaps 'Alignment'? #844: FILE: drivers/crypto/cpt/base/cpt_device.c:254: + /* Alignement wastage */ WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #1148: FILE: drivers/crypto/cpt/base/cpt_vf_mbox.c:1: +/* SPDX-License-Identifier: BSD-3-Clause total: 0 errors, 6 warnings, 1297 lines checked