|WARNING| pw105450 [PATCH v2 15/16] net/pfe: reduce driver initialization time
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Dec 27 17:19:23 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/105450
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#79: FILE: drivers/net/pfe/pfe_hif.c:12:
+#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
total: 0 errors, 0 warnings, 1 checks, 22 lines checked
More information about the test-report
mailing list