automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Zhou Yangchao <zhouyates@gmail.com>
Subject: [dpdk-test-report] |WARNING| pw37858 [PATCH] kni: fix possible rx_q mbuf leak and speed up alloc_q release
Date: Wed, 11 Apr 2018 08:21:08 +0200 (CEST)	[thread overview]
Message-ID: <20180411062108.435031B8E4@dpdk.org> (raw)
In-Reply-To: <e0a42b4a-2ccb-4c58-89c7-efa8d9692ed4@zyc-PC.local>

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

_coding style issues_


ERROR:TRAILING_WHITESPACE: trailing whitespace
#65: FILE: kernel/linux/kni/kni_net.c:167:
+kni_fifo_trans_pa2va(struct kni_dev *kni, $

WARNING:BRACES: braces {} are not necessary for single statement blocks
#72: FILE: kernel/linux/kni/kni_net.c:174:
+		if (num_fq == 0) {
+			return;
+		}

WARNING:BRACES: braces {} are not necessary for single statement blocks
#78: FILE: kernel/linux/kni/kni_net.c:180:
+		if (num_rx == 0) {
+			return;
+		}

total: 1 errors, 2 warnings, 62 lines checked

           reply	other threads:[~2018-04-11  6:21 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <e0a42b4a-2ccb-4c58-89c7-efa8d9692ed4@zyc-PC.local>]

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=20180411062108.435031B8E4@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=test-report@dpdk.org \
    --cc=zhouyates@gmail.com \
    /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).