* [dpdk-test-report] |WARNING| pw94687 [PATCH v5 2/2] bus/auxiliary: introduce auxiliary bus
[not found] <20210623000349.631468-2-xuemingl@nvidia.com>
@ 2021-06-23 0:07 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-06-23 0:07 UTC (permalink / raw)
To: test-report; +Cc: Xueming Li
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/94687
_coding style issues_
WARNING:TYPO_SPELLING: 'classs' may be misspelled - perhaps 'class'?
#128:
-a bus=auxiliary,name=<name>,,/class=<classs>,,/driver=<driver>,,
ERROR:SPACING: space required after that ',' (ctx:VxB)
#871: FILE: drivers/bus/auxiliary/private.h:18:
+ RTE_FMT("auxiliary bus: " RTE_FMT_HEAD(__VA_ARGS__,) "
", \
^
ERROR:SPACING: space required after that ',' (ctx:VxB)
#872: FILE: drivers/bus/auxiliary/private.h:19:
+ RTE_FMT_TAIL(__VA_ARGS__,)))
^
ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#1112: FILE: drivers/bus/auxiliary/rte_bus_auxiliary.h:178:
+#define RTE_PMD_REGISTER_AUXILIARY(nm, auxiliary_drv) \
+ RTE_INIT(auxiliaryinitfn_ ##nm) \
+ { \
+ (auxiliary_drv).driver.name = RTE_STR(nm); \
+ rte_auxiliary_register(&(auxiliary_drv)); \
+ } \
+ RTE_PMD_EXPORT_NAME(nm, __COUNTER__)
total: 3 errors, 1 warnings, 941 lines checked
--- a/doc/guides/rel_notes/release_21_08.rst
+++ b/doc/guides/rel_notes/release_21_08.rst
^ permalink raw reply [flat|nested] only message in thread