|WARNING| pw131800 [PATCH v6 6/8] net/cpfl: add fxp rule module

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Sep 21 19:00:34 CEST 2023


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

_coding style issues_


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

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

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

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


More information about the test-report mailing list