* [dpdk-test-report] |WARNING| pw96355 [PATCH] eal: add macro to swap two numbers [not found] <921c4cfaa08605cac9dd1f63b52139c0860cd622.1627485542.git.sthotton@marvell.com> @ 2021-07-28 15:22 ` checkpatch 2021-07-28 16:05 ` [dpdk-test-report] |SUCCESS| pw96355 [dpdk-dev] " 0-day Robot 1 sibling, 0 replies; 2+ messages in thread From: checkpatch @ 2021-07-28 15:22 UTC (permalink / raw) To: test-report; +Cc: Shijith Thotton Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/96355 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #112: FILE: lib/eal/include/rte_common.h:814: +#define RTE_SWAP(a, b) \ + __extension__ ({ \ + typeof (a) _a = a; \ + a = b; \ + b = _a; \ + }) WARNING:SPACING: space prohibited between function name and open parenthesis '(' #114: FILE: lib/eal/include/rte_common.h:816: + typeof (a) _a = a; \ total: 1 errors, 1 warnings, 27 lines checked ^ permalink raw reply [flat|nested] 2+ messages in thread
* [dpdk-test-report] |SUCCESS| pw96355 [dpdk-dev] [PATCH] eal: add macro to swap two numbers [not found] <921c4cfaa08605cac9dd1f63b52139c0860cd622.1627485542.git.sthotton@marvell.com> 2021-07-28 15:22 ` [dpdk-test-report] |WARNING| pw96355 [PATCH] eal: add macro to swap two numbers checkpatch @ 2021-07-28 16:05 ` 0-day Robot 1 sibling, 0 replies; 2+ messages in thread From: 0-day Robot @ 2021-07-28 16:05 UTC (permalink / raw) To: test-report; +Cc: robot From: robot@bytheb.org Test-Label: github-robot Test-Status: SUCCESS http://patchwork.dpdk.org/patch/96355/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/1075486628 ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-28 16:05 UTC | newest] Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <921c4cfaa08605cac9dd1f63b52139c0860cd622.1627485542.git.sthotton@marvell.com> 2021-07-28 15:22 ` [dpdk-test-report] |WARNING| pw96355 [PATCH] eal: add macro to swap two numbers checkpatch 2021-07-28 16:05 ` [dpdk-test-report] |SUCCESS| pw96355 [dpdk-dev] " 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).