automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw104738 [PATCH v2 10/10] raw/cnxk_gpio: support selftest
       [not found] <20211128154442.4029049-11-tduszynski@marvell.com>
@ 2021-11-28 15:47 ` checkpatch
  2021-11-28 16:17 ` |SUCCESS| " 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2021-11-28 15:47 UTC (permalink / raw)
  To: test-report; +Cc: Tomasz Duszynski

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#195: FILE: drivers/raw/cnxk_gpio/cnxk_gpio_selftest.c:57:
+#define CNXK_GPIO_ERR_STR(err, str, ...) do {                                  \
+	if (err) {                                                             \
+		RTE_LOG(ERR, PMD, "%s:%d: " str " (%d)
", __func__, __LINE__, \
+			##__VA_ARGS__, err);                                   \
+		goto out;                                                      \
+	}                                                                      \
+} while (0)

total: 0 errors, 1 warnings, 421 lines checked

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |SUCCESS| pw104738 [PATCH v2 10/10] raw/cnxk_gpio: support selftest
       [not found] <20211128154442.4029049-11-tduszynski@marvell.com>
  2021-11-28 15:47 ` |WARNING| pw104738 [PATCH v2 10/10] raw/cnxk_gpio: support selftest checkpatch
@ 2021-11-28 16:17 ` 0-day Robot
  1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2021-11-28 16:17 UTC (permalink / raw)
  To: test-report; +Cc: robot

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: SUCCESS
http://patchwork.dpdk.org/patch/104738/

_github build: passed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1513027675

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-28 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211128154442.4029049-11-tduszynski@marvell.com>
2021-11-28 15:47 ` |WARNING| pw104738 [PATCH v2 10/10] raw/cnxk_gpio: support selftest checkpatch
2021-11-28 16:17 ` |SUCCESS| " 0-day Robot

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).