[dpdk-test-report] |WARNING| pw50923 [PATCH v2 02/37] net/ice/base: improve comments

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Mar 7 23:29:58 CET 2019


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'align' - possible side-effects?
#754: FILE: drivers/net/ice/base/ice_common.h:64:
+#define ICE_ALIGN(ptr, align)	(((ptr) + ((align) - 1)) & ~((align) - 1))

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


More information about the test-report mailing list