[dpdk-test-report] |WARNING| pw26321 [PATCH v3 1/4] crypto/aesni_gcm: migrate to Multi-buffer library

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jul 4 10:14:14 CEST 2017


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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#303: FILE: drivers/crypto/aesni_gcm/aesni_gcm_ops.h:96:
+#define AES_GCM_FN(keylen, arch) \
+aes_gcm_enc_##keylen##_##arch,\
+aes_gcm_dec_##keylen##_##arch,\
+aes_gcm_pre_##keylen##_##arch,\
+aes_gcm_init_##keylen##_##arch,\
+aes_gcm_enc_##keylen##_update_##arch,\
+aes_gcm_dec_##keylen##_update_##arch,\
+aes_gcm_enc_##keylen##_finalize_##arch,

total: 1 errors, 0 warnings, 622 lines checked


More information about the test-report mailing list