|WARNING| pw114638 [PATCH 15/21] net/softnic: add pipeline learner table CLI commands

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Aug 4 19:03:21 CEST 2022


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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'n_tokens >= 5'
#188: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:1567:
+		if ((n_tokens >= 5) &&
+			!strcmp(tokens[2], "learner") &&
+			!strcmp(tokens[4], "default")) {

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


More information about the test-report mailing list