* [dpdk-test-report] |WARNING| pw35788 [PATCH v7 2/7] eventtimer: add common code
[not found] <1520546046-6973-3-git-send-email-erik.g.carrillo@intel.com>
@ 2018-03-08 21:54 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-03-08 21:54 UTC (permalink / raw)
To: test-report; +Cc: Erik Carrillo
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/35788
_coding style issues_
ERROR:SPACING: space required after that ',' (ctx:VxB)
#139: FILE: lib/librte_eventdev/rte_event_timer_adapter.c:33:
+ RTE_FMT("EVTIMER: %s() line %u: " RTE_FMT_HEAD(__VA_ARGS__,) \
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#140: FILE: lib/librte_eventdev/rte_event_timer_adapter.c:34:
+ "
", __func__, __LINE__, RTE_FMT_TAIL(__VA_ARGS__,)))
^
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#151: FILE: lib/librte_eventdev/rte_event_timer_adapter.c:45:
+#define ADAPTER_VALID_OR_ERR_RET(adapter, retval) do { \
+ if (!adapter_valid(adapter)) \
+ return retval; \
+} while (0)
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#156: FILE: lib/librte_eventdev/rte_event_timer_adapter.c:50:
+#define FUNC_PTR_OR_ERR_RET(func, errval) do { \
+ if ((func) == NULL) \
+ return errval; \
+} while (0)
WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#161: FILE: lib/librte_eventdev/rte_event_timer_adapter.c:55:
+#define FUNC_PTR_OR_NULL_RET_WITH_ERRNO(func, errval) do { \
+ if ((func) == NULL) { \
+ rte_errno = errval; \
+ return NULL; \
+ } \
+} while (0)
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#229: FILE: lib/librte_eventdev/rte_event_timer_adapter.c:123:
+struct rte_event_timer_adapter * __rte_experimental
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#236: FILE: lib/librte_eventdev/rte_event_timer_adapter.c:130:
+struct rte_event_timer_adapter * __rte_experimental
total: 4 errors, 3 warnings, 745 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-03-08 21:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1520546046-6973-3-git-send-email-erik.g.carrillo@intel.com>
2018-03-08 21:54 ` [dpdk-test-report] |WARNING| pw35788 [PATCH v7 2/7] eventtimer: add common code 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).