From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id E120737AF; Thu, 28 Feb 2019 17:38:45 +0100 (CET) In-Reply-To: <20190228163523.6096-4-arkadiuszx.kusztal@intel.com> References: <20190228163523.6096-4-arkadiuszx.kusztal@intel.com> To: test-report@dpdk.org Cc: Arek Kusztal Message-Id: <20190228163845.E120737AF@dpdk.org> Date: Thu, 28 Feb 2019 17:38:45 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50663 [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: , X-List-Received-Date: Thu, 28 Feb 2019 16:38:46 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50663 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #18: 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 #51: 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) { WARNING:LONG_LINE: line over 90 characters #211: FILE: drivers/crypto/qat/qat_asym.c:210: + (asym_op->modex.result.length - ctx->sess_alg_params.mod_exp.n.length), total: 1 errors, 2 warnings, 255 lines checked