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 CD499A05D3 for ; Wed, 27 Mar 2019 11:26:24 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE32C5B40; Wed, 27 Mar 2019 11:26:24 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 116908E76; Wed, 27 Mar 2019 11:26:20 +0100 (CET) In-Reply-To: <20190327102312.10456-4-arkadiuszx.kusztal@intel.com> References: <20190327102312.10456-4-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org Cc: Arek Kusztal Message-Id: <20190327102620.116908E76@dpdk.org> Date: Wed, 27 Mar 2019 11:26:20 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51778 [PATCH v3 3/4] crypto/qat: add modular exponentiation to qat asym 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/51778 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #19: driver. For capabilities or limitations refer to qat.rst or qat_asym_capabilities.h. ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #66: FILE: drivers/crypto/qat/qat_asym.c:14: +static int 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 #100: FILE: drivers/crypto/qat/qat_asym.c:77: +static void qat_clear_arrays(struct qat_asym_op_cookie *cookie, int in_count, int out_count, int in_size, int out_size) { total: 2 errors, 1 warnings, 275 lines checked