automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Lukasz Wojciechowski <l.wojciechow@partner.samsung.com>
Subject: [dpdk-test-report] |WARNING| pw66594 [PATCH 06/13] app/test: add rte_security_session_update tests
Date: Thu, 12 Mar 2020 16:19:22 +0100 (CET)	[thread overview]
Message-ID: <20200312151922.D074B1C02E@dpdk.org> (raw)
In-Reply-To: <20200312151654.7218-7-l.wojciechow@partner.samsung.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/66594

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#140: FILE: app/test/test_security.c:253:
+static int
+mock_session_update(void *device,
+		struct rte_security_session *sess,
+		struct rte_security_session_conf *conf) {

ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#201: FILE: app/test/test_security.c:449:
+static int
+ut_setup_with_session(void) {

WARNING:BRACES: braces {} are not necessary for single statement blocks
#208: FILE: app/test/test_security.c:456:
+	if (ret != TEST_SUCCESS) {
+		return ret;
+	}

WARNING:LONG_LINE: line over 90 characters
#391: FILE: app/test/test_security.c:872:
+				test_rte_security_session_update_inv_param_context_ops_fun),

total: 2 errors, 3 warnings, 276 lines checked

           reply	other threads:[~2020-03-12 15:19 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20200312151654.7218-7-l.wojciechow@partner.samsung.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=20200312151922.D074B1C02E@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=l.wojciechow@partner.samsung.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).