From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2A566374E; Tue, 4 Jul 2017 10:14:14 +0200 (CEST) In-Reply-To: <20170704001243.5130-2-pablo.de.lara.guarch@intel.com> References: <20170704001243.5130-2-pablo.de.lara.guarch@intel.com> To: test-report@dpdk.org Cc: Pablo de Lara Message-Id: <20170704081414.2A566374E@dpdk.org> Date: Tue, 4 Jul 2017 10:14:14 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw26321 [PATCH v3 1/4] crypto/aesni_gcm: migrate to Multi-buffer library 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: Tue, 04 Jul 2017 08:14:14 -0000 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