automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw154274 [PATCH v6 2/4] dev: export driver information with MSVC
       [not found] <20250610100947.421877-3-david.marchand@redhat.com>
@ 2025-06-10 10:10 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-06-10 10:10 UTC (permalink / raw)
  To: test-report; +Cc: David Marchand

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#441: FILE: lib/eal/include/dev_driver.h:36:
+#define RTE_PMD_EXPORT_SYMBOL(type, name) \
+__pragma(comment(linker, "/include:" RTE_STR(name))) type name

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#444: FILE: lib/eal/include/dev_driver.h:39:
+#define RTE_PMD_EXPORT_SYMBOL(type, name) \
+__attribute__((used)) type name

total: 2 errors, 0 warnings, 215 lines checked
Warning in lib/eal/include/dev_driver.h:
Using compiler attribute directly

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

only message in thread, other threads:[~2025-06-10 10:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250610100947.421877-3-david.marchand@redhat.com>
2025-06-10 10:10 ` |WARNING| pw154274 [PATCH v6 2/4] dev: export driver information with MSVC 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).