[dpdk-test-report] |WARNING| pw54797 [PATCH] net/bnxt: fix compilation error with some compilers

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jun 14 06:23:01 CEST 2019


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'y' - possible side-effects?
#38: FILE: drivers/net/bnxt/bnxt_ethdev.c:3548:
+#define bnxt_roundup(x, y)   ((((x) + ((y) - 1)) / (y)) * (y))

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


More information about the test-report mailing list