automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw94330 [PATCH v6 05/19] net/ngbe: set MAC type and LAN ID with device initialization
       [not found] <20210617110005.4132926-6-jiawenwu@trustnetic.com>
@ 2021-06-17 11:00 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-06-17 11:00 UTC (permalink / raw)
  To: test-report; +Cc: Jiawen Wu

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#129: FILE: drivers/net/ngbe/base/ngbe_dummy.h:10:
+#define TUP(x) x##_unused ngbe_unused

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#404: FILE: drivers/net/ngbe/base/ngbe_osdep.h:30:
+#define ASSERT(x) do {			\
+	if (!(x))			\
+		PMD_DRV_LOG(ERR, "NGBE: %d", x);	\
+} while (0)

total: 1 errors, 0 warnings, 1 checks, 616 lines checked

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

only message in thread, other threads:[~2021-06-17 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210617110005.4132926-6-jiawenwu@trustnetic.com>
2021-06-17 11:00 ` [dpdk-test-report] |WARNING| pw94330 [PATCH v6 05/19] net/ngbe: set MAC type and LAN ID with device initialization 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).