From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Andre Muezerie <andremue@linux.microsoft.com>
Subject: |WARNING| pw149611 [PATCH v2 5/5] app/test: add tests for portable version of __builtin_add_overflow
Date: Fri, 3 Jan 2025 21:39:54 +0100 (CET) [thread overview]
Message-ID: <20250103203954.A93D1121D87@dpdk.org> (raw)
In-Reply-To: <1735936781-24199-6-git-send-email-andremue@linux.microsoft.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/149611
_coding style issues_
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#96: FILE: app/test/test_math.c:12:
+#define TEST_MATH_RETURN_IF_ERROR(X) \
+do { \
+ if (X) { \
+ return -1; \
+ } \
+} while (0)
total: 0 errors, 1 warnings, 177 lines checked
next prev parent reply other threads:[~2025-01-03 20:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1735936781-24199-6-git-send-email-andremue@linux.microsoft.com>
2025-01-03 20:09 ` |SUCCESS| pw149610-149611 " qemudev
2025-01-03 20:13 ` qemudev
2025-01-03 20:39 ` checkpatch [this message]
2025-01-03 21:08 ` |PENDING| pw149610-149611 [PATCH] [v2,5/5] app/test: add tests for p dpdklab
2025-01-03 21:09 ` dpdklab
2025-01-03 21:13 ` |SUCCESS| " dpdklab
2025-01-03 21:16 ` dpdklab
2025-01-03 21:20 ` dpdklab
2025-01-03 21:27 ` dpdklab
2025-01-03 21:29 ` dpdklab
2025-01-03 21:31 ` dpdklab
2025-01-03 21:32 ` dpdklab
2025-01-03 21:35 ` dpdklab
2025-01-03 21:44 ` |SUCCESS| pw149611 [PATCH v2 5/5] app/test: add tests for portable version of __builtin_add_overflow 0-day Robot
2025-01-03 21:48 ` |SUCCESS| pw149610-149611 [PATCH] [v2,5/5] app/test: add tests for p dpdklab
2025-01-03 22:01 ` dpdklab
2025-01-03 22:02 ` dpdklab
2025-01-03 22:07 ` dpdklab
2025-01-03 22:24 ` |WARNING| " dpdklab
2025-01-03 22:35 ` |SUCCESS| " dpdklab
2025-01-04 1:02 ` 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=20250103203954.A93D1121D87@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=andremue@linux.microsoft.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).