|WARNING| pw151321 [PATCH v9 26/28] net/rnp: add support VLAN filters operations

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Feb 11 09:53:19 CET 2025


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#418: FILE: drivers/net/rnp/base/rnp_osdep.h:52:
+#define DIV_ROUND_UP(n, d)      (((n) + (d) - 1) / (d))

total: 0 errors, 0 warnings, 1 checks, 357 lines checked
Warning in drivers/net/rnp/base/rnp_mac.c:
Writing to stdout or stderr


More information about the test-report mailing list