automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw57743 [PATCH 02/11] log: define logtype register wrapper for drivers
       [not found] <1566214919-32250-3-git-send-email-david.marchand@redhat.com>
@ 2019-08-19 11:43 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-08-19 11:43 UTC (permalink / raw)
  To: test-report; +Cc: David Marchand

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#49: FILE: lib/librte_eal/common/include/rte_log.h:229:
+#define RTE_LOG_REGISTER(token, name, level, fallback) \
+RTE_INIT(token##_init) \
+{ \
+	token = rte_log_register_type_and_pick_level(name, level); \
+	if (token < 0) \
+		token = fallback; \
+}

total: 1 errors, 0 warnings, 46 lines checked

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

only message in thread, other threads:[~2019-08-19 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1566214919-32250-3-git-send-email-david.marchand@redhat.com>
2019-08-19 11:43 ` [dpdk-test-report] |WARNING| pw57743 [PATCH 02/11] log: define logtype register wrapper for drivers 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).