automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw122481 [RFC PATCH 1/6] bus/cdx: introduce cdx bus
       [not found] <20230124140746.594066-2-nipun.gupta@amd.com>
@ 2023-01-24 14:09 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-01-24 14:09 UTC (permalink / raw)
  To: test-report; +Cc: Nipun Gupta

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

_coding style issues_


WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#739: FILE: drivers/bus/cdx/cdx.h:9:
+#include <stdio.h>

WARNING:TYPO_SPELLING: 'stdio' may be misspelled - perhaps 'studio'?
#1313: FILE: drivers/bus/cdx/rte_bus_cdx.h:27:
+#include <stdio.h>

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1386: FILE: drivers/bus/cdx/rte_bus_cdx.h:100:
+#define RTE_CDX_DEVICE(vend, dev)	\
+	(vend),				\
+	(dev)

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1483: FILE: drivers/bus/cdx/rte_bus_cdx.h:197:
+#define RTE_PMD_REGISTER_CDX(nm, cdx_drv) \
+	RTE_INIT(cdxinitfn_ ##nm) \
+	{\
+		(cdx_drv).driver.name = RTE_STR(nm);\
+		rte_cdx_register(&cdx_drv); \
+	} \
+	RTE_PMD_EXPORT_NAME(nm, __COUNTER__)

total: 2 errors, 2 warnings, 1338 lines checked
Warning in drivers/bus/cdx/cdx.c:
Using %l format, prefer %PRI*64 if type is [u]int64_t
Nipun Gupta mail differs from primary mail, please fix the commit message or update .mailmap.

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

only message in thread, other threads:[~2023-01-24 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230124140746.594066-2-nipun.gupta@amd.com>
2023-01-24 14:09 ` |WARNING| pw122481 [RFC PATCH 1/6] bus/cdx: introduce cdx bus 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).