[dpdk-test-report] |WARNING| pw54126 [PATCH 09/11] net/bnxt: add support for thor controller

checkpatch at dpdk.org checkpatch at dpdk.org
Sun Jun 2 19:44:21 CEST 2019


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

_coding style issues_


CHECK:BOOL_MEMBER: Avoid using bool structure members because of possible alignment issues - see: https://lkml.org/lkml/2017/11/21/384
#214: FILE: drivers/net/bnxt/bnxt_cpr.h:82:
+	bool                    db_64;

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

total: 0 errors, 0 warnings, 2 checks, 1706 lines checked


More information about the test-report mailing list