|WARNING| pw134174 [PATCH v2 2/3] net/sfc: fix non-constant expression inr RTE_BUILD_BUG_ON
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Nov 13 18:08:00 CET 2023
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/134174
_coding style issues_
WARNING:TYPO_SPELLING: 'evaluted' may be misspelled - perhaps 'evaluated'?
#88:
safety which means the statement can not be fully evaluted in
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#111: 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?
#111: FILE: drivers/net/sfc/sfc_ef100_tx.c:31:
+#define MIN(x, y) ((x) < (y) ? (x) : (y))
total: 0 errors, 1 warnings, 2 checks, 19 lines checked
More information about the test-report
mailing list