|WARNING| pw131979 [PATCH v7 6/8] net/cpfl: add fxp rule module

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Sep 26 20:20:14 CEST 2023


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

_coding style issues_


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

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

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