* [dpdk-test-report] |WARNING| pw95350 [PATCH v7 05/19] net/ngbe: set MAC type and LAN ID with device initialization
[not found] <20210706095545.10776-6-jiawenwu@trustnetic.com>
@ 2021-07-06 9:58 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-07-06 9:58 UTC (permalink / raw)
To: test-report; +Cc: Jiawen Wu
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/95350
_coding style issues_
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#130: 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?
#405: 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, 629 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-07-06 9:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20210706095545.10776-6-jiawenwu@trustnetic.com>
2021-07-06 9:58 ` [dpdk-test-report] |WARNING| pw95350 [PATCH v7 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).