automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: youcai <omegacoleman@gmail.com>
Subject: |WARNING| pw110020 [PATCH v2] kni: check abi version between kmod and lib
Date: Thu, 21 Apr 2022 18:36:23 +0200 (CEST)	[thread overview]
Message-ID: <20220421163623.87C38120DB4@dpdk.org> (raw)
In-Reply-To: <20220421163445.3139491-1-omegacoleman@gmail.com>

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

_coding style issues_


ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#129: FILE: kernel/linux/kni/kni_misc.c:240:
+static int kni_check_abi_version_magic(uint16_t abi_version_magic) {

WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#268: FILE: lib/kni/rte_kni.c:126:
+				"need %" PRIu16 " got %" PRIu16 "
", ABI_VERSION_MAJOR, abi_version);

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#279: FILE: lib/kni/rte_kni.c:272:
+    dev_info.abi_version_magic = RTE_KNI_ABI_VERSION_MAGIC;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#287: FILE: lib/kni/rte_kni.c:427:
+    dev_info.abi_version_magic = RTE_KNI_ABI_VERSION_MAGIC;$

total: 1 errors, 3 warnings, 183 lines checked

       reply	other threads:[~2022-04-21 16:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220421163445.3139491-1-omegacoleman@gmail.com>
2022-04-21 16:36 ` checkpatch [this message]
2022-04-21 18:19 ` |SUCCESS| " 0-day Robot
2022-04-22  0:40 |WARNING| pw110020 [PATCH] [v2] " dpdklab

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=20220421163623.87C38120DB4@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=omegacoleman@gmail.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).