automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw52144 [RFC 2/3] bus/mdev: add mdev bus support
       [not found] <20190403071844.21126-3-tiwei.bie@intel.com>
@ 2019-04-03  7:20 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-04-03  7:20 UTC (permalink / raw)
  To: test-report; +Cc: Tiwei Bie

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

_coding style issues_


ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#751: FILE: drivers/bus/mdev/rte_bus_mdev.h:44:
+const char * __rte_experimental rte_mdev_get_sysfs_path(void);

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#762: FILE: drivers/bus/mdev/rte_bus_mdev.h:55:
+#define RTE_MDEV_REGISTER_DRIVER(nm, mdev_drv) \
+RTE_INIT(mdevinitfn_ ##nm) \
+{ \
+	(mdev_drv).driver.name = RTE_STR(nm); \
+	rte_mdev_register(&mdev_drv); \
+} \
+RTE_PMD_EXPORT_NAME(nm, __COUNTER__)

total: 2 errors, 0 warnings, 772 lines checked

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

only message in thread, other threads:[~2019-04-03  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20190403071844.21126-3-tiwei.bie@intel.com>
2019-04-03  7:20 ` [dpdk-test-report] |WARNING| pw52144 [RFC 2/3] bus/mdev: add mdev bus support 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).