|WARNING| pw113289 [PATCH v4 08/13] net/nfp: structure adjustment
checkpatch at dpdk.org
checkpatch at dpdk.org
Thu Jun 23 04:29:12 CEST 2022
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/113289
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#163: FILE: drivers/net/nfp/nfp_rxtx.h:70:
+#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
total: 0 errors, 0 warnings, 1 checks, 82 lines checked
More information about the test-report
mailing list