|WARNING| pw131717 [PATCH 02/13] net/nfp: improve modularazation of rxtx module

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 20 13:36:42 CEST 2023


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#536: FILE: drivers/net/nfp/nfpcore/nfp_platform.h:11:
+#define DIV_ROUND_UP(n, d)             (((n) + (d) - 1) / (d))

total: 0 errors, 0 warnings, 1 checks, 402 lines checked


More information about the test-report mailing list