[dpdk-test-report] |WARNING| pw37462 [PATCH 05/30] crypto/qat: add symmetric session file

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Apr 6 20:53:53 CEST 2018


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/37462

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#952: FILE: drivers/crypto/qat/qat_sym_session.c:65:
+static int
+qat_is_cipher_alg_supported(enum rte_crypto_cipher_algorithm algo,
+		struct qat_pmd_private *internals) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#972: FILE: drivers/crypto/qat/qat_sym_session.c:85:
+static int
+qat_is_auth_alg_supported(enum rte_crypto_auth_algorithm algo,
+		struct qat_pmd_private *internals) {

total: 2 errors, 0 warnings, 1698 lines checked


More information about the test-report mailing list