* [dpdk-test-report] |WARNING| pw77680 [PATCH v5 7/7] test/ring: improve the application of macro
[not found] <20200915062749.21374-8-feifei.wang2@arm.com>
@ 2020-09-15 6:30 ` checkpatch
2020-09-15 7:55 ` [dpdk-test-report] |SUCCESS| pw77680 " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2020-09-15 6:30 UTC (permalink / raw)
To: test-report; +Cc: Feifei Wang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/77680
_coding style issues_
WARNING:TYPO_SPELLING: 'EMTPY' may be misspelled - perhaps 'EMPTY'?
#59:
TEST_RING_FULL_EMTPY_ITER.
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#88: FILE: app/test/test_ring.c:58:
+#define TEST_RING_VERIFY(exp, r) do { \
if (!(exp)) { \
printf("error at %s:%d condition " #exp " failed
", \
__func__, __LINE__); \
+ rte_ring_dump(stdout, (r)); \
+ goto fail; \
+ } \
+} while (0)
total: 0 errors, 2 warnings, 580 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |SUCCESS| pw77680 test/ring: improve the application of macro
[not found] <20200915062749.21374-8-feifei.wang2@arm.com>
2020-09-15 6:30 ` [dpdk-test-report] |WARNING| pw77680 [PATCH v5 7/7] test/ring: improve the application of macro checkpatch
@ 2020-09-15 7:55 ` 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2020-09-15 7:55 UTC (permalink / raw)
To: test-report; +Cc: robot
From: robot@bytheb.org
Test-Label: travis-robot
Test-Status: SUCCESS
http://dpdk.org/patch/77680
_Travis build: passed_
Build URL: https://travis-ci.com/ovsrobot/dpdk/builds/184344395
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-15 7:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20200915062749.21374-8-feifei.wang2@arm.com>
2020-09-15 6:30 ` [dpdk-test-report] |WARNING| pw77680 [PATCH v5 7/7] test/ring: improve the application of macro checkpatch
2020-09-15 7:55 ` [dpdk-test-report] |SUCCESS| pw77680 " 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).