|WARNING| pw131190 [PATCH v3 6/9] net/cpfl: add fxp rule module

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Sep 6 11:35:29 CEST 2023


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

_coding style issues_


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

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

WARNING:TYPO_SPELLING: 'thru' may be misspelled - perhaps 'through'?
#896: 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