[dpdk-test-report] |WARNING| pw32396 [PATCH 07/11] nfp: implement dynamic logging

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 19 07:40:45 CET 2017


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

_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
#91: FILE: drivers/net/nfp/nfp_net_logs.h:54:
+#define ASSERT(x) if (!(x)) rte_panic("NFP_NET: x")

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


More information about the test-report mailing list