[dpdk-test-report] |WARNING| pw54277 [PATCH 01/49] net/ice/base: add macro for rounding up
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jun 4 07:44:25 CEST 2019
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/54277
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'b' - possible side-effects?
#44: 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