|WARNING| pw131083 [PATCH v2 6/8] net/cpfl: add fxp rule module

checkpatch at dpdk.org checkpatch at dpdk.org
Fri Sep 1 13:13:02 CEST 2023


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

_coding style issues_


WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#745: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:84:
+			return -EINVAL;
+		} else {

WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'?
#848: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:187:
+				       0, /* cache_wr_thru */

WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'?
#895: FILE: drivers/net/cpfl/cpfl_fxp_rule.c:234:
+				       0, /* cache_wr_thru */

total: 0 errors, 3 warnings, 0 checks, 920 lines checked


More information about the test-report mailing list