[dpdk-test-report] |WARNING| pw20044 [PATCH 19/25] eal: do not error if plugins fail to init

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Jan 27 15:58:37 CET 2017


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

_coding style issues_


WARNING:BRACES: braces {} are not necessary for single statement blocks
#63: FILE: lib/librte_eal/linuxapp/eal/eal.c:879:
+	if (eal_plugins_init() < 0) {
+		RTE_LOG (ERR, EAL, "Cannot init plugins
");
+	}

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#64: FILE: lib/librte_eal/linuxapp/eal/eal.c:880:
+		RTE_LOG (ERR, EAL, "Cannot init plugins
");

total: 0 errors, 2 warnings, 11 lines checked


More information about the test-report mailing list