|WARNING| pw112821 [PATCH v2 10/15] net/nfp: structure adjustment

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 16 04:43:56 CEST 2022


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/112821

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#165: 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