|WARNING| pw112247 [PATCH 08/14] net/nfp: structure adjustment

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 2 03:57:17 CEST 2022


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

_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, 99 lines checked


More information about the test-report mailing list