From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id BAD8BA05D3 for ; Wed, 27 Mar 2019 11:26:20 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ACFD35B2E; Wed, 27 Mar 2019 11:26:20 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 12C2D8E76; Wed, 27 Mar 2019 11:26:18 +0100 (CET) In-Reply-To: <20190327102312.10456-3-arkadiuszx.kusztal@intel.com> References: <20190327102312.10456-3-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org Cc: Arek Kusztal Message-Id: <20190327102618.12C2D8E76@dpdk.org> Date: Wed, 27 Mar 2019 11:26:18 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51777 [PATCH v3 2/4] crypto/qat: add asymmetric cryptography PMD 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/51777 _coding style issues_ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #204: FILE: drivers/crypto/qat/qat_asym.c:14: +static int __rte_unused qat_asym_get_sz_and_func_id(const uint32_t arr[][2], + size_t arr_sz, size_t *size, uint32_t *func_id) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #218: FILE: drivers/crypto/qat/qat_asym.c:28: +static void qat_asym_build_req_tmpl(void *sess_private_data, + struct rte_crypto_asym_xform __rte_unused *xform) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #262: FILE: drivers/crypto/qat/qat_asym.c:72: +static void __rte_unused qat_clear_arrays(struct qat_asym_op_cookie *cookie, int in_count, + int out_count, int in_size, int out_size) { WARNING:AVOID_EXTERNS: externs should be avoided in .c files #570: FILE: drivers/crypto/qat/qat_asym_pmd.c:23: +int qat_asym_session_configure(struct rte_cryptodev *dev, total: 3 errors, 1 warnings, 823 lines checked