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

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

_coding style issues_


ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#141: FILE: lib/eal/include/dev_driver.h:34:
+#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
#144: FILE: lib/eal/include/dev_driver.h:37:
+#define RTE_PMD_EXPORT_SYMBOL(type, name) \
+__attribute__((used)) type name

total: 2 errors, 0 warnings, 54 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-11  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20250611094532.1242167-4-david.marchand@redhat.com>
2025-06-11  9:46 ` |WARNING| pw154323 [PATCH v7 3/5] 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).