automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw36400 [PATCH v2 09/18] eal/dev: implement device iteration
       [not found] <390e98e1afddd5c80ba243efc44b8a047ea68710.1521652453.git.gaetan.rivet@6wind.com>
@ 2018-03-21 17:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-03-21 17:17 UTC (permalink / raw)
  To: test-report; +Cc: Gaetan Rivet

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#45: FILE: lib/librte_eal/common/eal_common_dev.c:35:
+#define ITCTX(ptr) \
+	((struct dev_next_ctx *)(intptr_t)ptr)->it

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#48: FILE: lib/librte_eal/common/eal_common_dev.c:38:
+#define BUSCTX(ptr) \
+	((struct dev_next_ctx *)(intptr_t)ptr)->busstr

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#51: FILE: lib/librte_eal/common/eal_common_dev.c:41:
+#define CLSCTX(ptr) \
+	((struct dev_next_ctx *)(intptr_t)ptr)->clsstr

total: 3 errors, 0 warnings, 206 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-21 17:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <390e98e1afddd5c80ba243efc44b8a047ea68710.1521652453.git.gaetan.rivet@6wind.com>
2018-03-21 17:17 ` [dpdk-test-report] |WARNING| pw36400 [PATCH v2 09/18] eal/dev: implement device iteration checkpatch

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