[dpdk-test-report] |WARNING| pw31112 [PATCH 1/3] net/failsafe: fix removal handling lack

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Nov 2 16:43:13 CET 2017


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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 's' - possible side-effects?
#272: FILE: drivers/net/failsafe/failsafe_private.h:268:
+#define SUBDEV_REMOVED(s, e) \
+	(s->remove || \
+	 (((e) == -ENODEV) && (ETH(s)->data->dev_flags & RTE_ETH_DEV_INTR_RMV)))

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


More information about the test-report mailing list