[dpdk-test-report] |WARNING| pw33174 [PATCH v2 08/12] net/nfp: implement dynamic logging
checkpatch at dpdk.org
checkpatch at dpdk.org
Tue Jan 9 13:12:53 CET 2018
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/33174
_coding style issues_
ERROR:MULTISTATEMENT_MACRO_USE_DO_WHILE: Macros starting with if should be enclosed by a do - while loop to avoid possible if/else logic defects
#103: FILE: drivers/net/nfp/nfp_net_logs.h:52:
+#define ASSERT(x) if (!(x)) rte_panic("NFP_NET: x")
total: 1 errors, 0 warnings, 0 checks, 78 lines checked
More information about the test-report
mailing list