|WARNING| pw167716 [PATCH v2 08/14] net/hinic: use common division round up macro
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Aug 13 19:26:00 CEST 2026
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/167716
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'Y' - possible side-effects?
#100: FILE: drivers/net/hinic/base/hinic_compat.h:74:
+#define ROUND_UP(X, Y) (RTE_DIV_ROUND_UP(X, Y) * (Y))
total: 0 errors, 0 warnings, 1 checks, 12 lines checked
More information about the test-report
mailing list