automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Isaac Boukris <iboukris@gmail.com>
Subject: |WARNING| pw158641 [PATCH] lib/ring: do not allow zero size ring
Date: Mon, 10 Nov 2025 23:28:45 +0100 (CET)	[thread overview]
Message-ID: <20251110222845.E0FB81261F1@dpdk.org> (raw)
In-Reply-To: <20251110222827.575488-1-iboukris@gmail.com>

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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#104: FILE: app/test/test_ring.c:508:
+        /* Test zero size ring */$

ERROR:SPACING: space prohibited before that close parenthesis ')'
#123: FILE: lib/ring/rte_ring.c:70:
+	if ((count == 0) || (!POWEROF2(count)) || (count > RTE_RING_SZ_MASK )) {

total: 2 errors, 0 warnings, 29 lines checked

  parent reply	other threads:[~2025-11-10 22:29 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20251110222827.575488-1-iboukris@gmail.com>
2025-11-10 22:05 ` |SUCCESS| " qemudev
2025-11-10 22:10 ` qemudev
2025-11-10 22:28 ` checkpatch [this message]
2025-11-10 23:40 ` |PENDING| " dpdklab
2025-11-10 23:41 ` dpdklab
2025-11-10 23:42 ` |SUCCESS| " dpdklab
2025-11-10 23:44 ` |PENDING| " dpdklab
2025-11-10 23:46 ` dpdklab
2025-11-10 23:47 ` |SUCCESS| " 0-day Robot
2025-11-10 23:47 ` 0-day Robot
2025-11-10 23:47 ` dpdklab
2025-11-10 23:51 ` |PENDING| " dpdklab
2025-11-11  0:02 ` |SUCCESS| " dpdklab
2025-11-11  0:05 ` dpdklab
2025-11-11  0:06 ` dpdklab
2025-11-11  0:09 ` dpdklab
2025-11-11  0:14 ` dpdklab
2025-11-11  0:15 ` dpdklab
2025-11-11  0:24 ` dpdklab
2025-11-11  0:25 ` dpdklab
2025-11-11  1:28 ` 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=20251110222845.E0FB81261F1@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=iboukris@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).