[dpdk-test-report] |WARNING| pw21353 [PATCH 09/12] net/failsafe: support flow API

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Mar 3 16:45:23 CET 2017


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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu32>
#206: FILE: drivers/net/failsafe/failsafe_ether.c:240:
+			DEBUG("Creating flow #%" PRIu32, i++);

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'sdev' may be better as '(sdev)' to avoid precedence issues
#573: FILE: drivers/net/failsafe/failsafe_private.h:195:
+#define SUB_ID(sdev) \
+	(sdev->sid)

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


More information about the test-report mailing list