|WARNING| pw121676 [PATCH v2 13/15] common/idpf: add scalar data path

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 6 10:44:08 CET 2023


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

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxB)
#124: FILE: drivers/common/idpf/idpf_common_logs.h:28:
+			RTE_FMT_HEAD(__VA_ARGS__,) "
", \
 			                        ^

ERROR:SPACING: space required after that ',' (ctx:VxB)
#126: FILE: drivers/common/idpf/idpf_common_logs.h:30:
+			RTE_FMT_TAIL(__VA_ARGS__,)))
 			                        ^

ERROR:SPACING: space required after that ',' (ctx:VxB)
#136: FILE: drivers/common/idpf/idpf_common_logs.h:40:
+			RTE_FMT_HEAD(__VA_ARGS__,) "
", \
 			                        ^

ERROR:SPACING: space required after that ',' (ctx:VxB)
#138: FILE: drivers/common/idpf/idpf_common_logs.h:42:
+			RTE_FMT_TAIL(__VA_ARGS__,)))
 			                        ^

WARNING:DEEP_INDENTATION: Too many leading tabs - consider code refactoring
#1016: FILE: drivers/common/idpf/idpf_common_rxtx.c:1263:
+						if (nb_tx == 0)

total: 4 errors, 1 warnings, 0 checks, 2366 lines checked
Warning in drivers/common/idpf/idpf_common_rxtx.c:
Using rte_atomicNN_xxx


More information about the test-report mailing list