[dpdk-test-report] |WARNING| pw60188 [PATCH v3 01/19] net/hinic/base: add mbox command channel for SRIOV

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Sep 30 15:46:42 CEST 2019


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'func_to_func' - possible side-effects?
#300: FILE: drivers/net/hinic/base/hinic_pmd_mbox.c:134:
+#define MBOX_MSG_ID_INC(func_to_func)	(MBOX_MSG_ID(func_to_func) =	\
+			(MBOX_MSG_ID(func_to_func) + 1) & MBOX_MSG_ID_MASK)

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


More information about the test-report mailing list