|WARNING| pw135897 [PATCH v3 2/5] net/sfc: fix non-constant expression in RTE_BUILD_BUG_ON

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Jan 16 19:43:51 CET 2024


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#113: FILE: drivers/net/sfc/sfc_ef100_tx.c:31:
+#define MIN(x, y) ((x) < (y) ? (x) : (y))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'y' - possible side-effects?
#113: FILE: drivers/net/sfc/sfc_ef100_tx.c:31:
+#define MIN(x, y) ((x) < (y) ? (x) : (y))

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


More information about the test-report mailing list