[dpdk-test-report] |WARNING| pw43182 eal: fix circular dependency in EAL proc type detection

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Jul 18 12:55:17 CEST 2018


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

_coding style issues_


ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#58: FILE: lib/librte_eal/bsdapp/eal/eal.c:296:
+		if (((mem_cfg_fd = open(pathname, O_RDWR)) >= 0) &&

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#116: FILE: lib/librte_eal/linuxapp/eal/eal.c:354:
+		if (((mem_cfg_fd = open(pathname, O_RDWR)) >= 0) &&

total: 2 errors, 0 warnings, 102 lines checked


More information about the test-report mailing list