|WARNING| pw152675 [PATCH v4 5/9] net/ixgbe/base: fix lock checker errors

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 28 12:16:43 CET 2025


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

_coding style issues_


ERROR:SPACING: space required after that ',' (ctx:VxV)
#166: FILE: drivers/net/intel/ixgbe/base/ixgbe_osdep.h:55:
+#define min(a,b)	RTE_MIN(a,b)
              ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#166: FILE: drivers/net/intel/ixgbe/base/ixgbe_osdep.h:55:
+#define min(a,b)	RTE_MIN(a,b)
                 	         ^

total: 2 errors, 0 warnings, 0 checks, 43 lines checked


More information about the test-report mailing list