automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Arek Kusztal <arkadiuszx.kusztal@intel.com>
Subject: [dpdk-test-report] |WARNING| pw51777 [PATCH v3 2/4] crypto/qat: add asymmetric cryptography PMD
Date: Wed, 27 Mar 2019 11:26:18 +0100 (CET)	[thread overview]
Message-ID: <20190327102618.12C2D8E76@dpdk.org> (raw)
In-Reply-To: <20190327102312.10456-3-arkadiuszx.kusztal@intel.com>

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

           reply	other threads:[~2019-03-27 10:26 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20190327102312.10456-3-arkadiuszx.kusztal@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190327102618.12C2D8E76@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=arkadiuszx.kusztal@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).