|WARNING| pw104943 [PATCH 15/17] net/pfe: reduce driver initialization time
checkpatch at dpdk.org
checkpatch at dpdk.org
Mon Dec 6 13:20:37 CET 2021
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/104943
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#78: 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