[dpdk-test-report] |WARNING| pw54658 [PATCH v2 01/66] net/ice/base: add macro for rounding up

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Jun 13 15:55:30 CEST 2019


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'b' - possible side-effects?
#45: FILE: drivers/net/ice/base/ice_type.h:30:
+#define ROUND_UP(a, b)	((b) * DIVIDE_AND_ROUND_UP((a), (b)))

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


More information about the test-report mailing list