[dpdk-test-report] |WARNING| pw40864 [PATCH 03/16] crypto/cpt/base: add hardware initialization API for CPT

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 8 18:50:10 CEST 2018


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


More information about the test-report mailing list