|WARNING| pw139494 [PATCH] net/ixgbe: don't create a delayed interrupt handler if one already exists

checkpatch at dpdk.org checkpatch at dpdk.org
Thu Apr 18 15:54:14 CEST 2024


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

_coding style issues_


WARNING:TYPO_SPELLING: 'overwritting' may be misspelled - perhaps 'overwriting'?
#106: 
delayed handler is done with its work, we end up overwritting its value

ERROR:SPACING: space required before the open brace '{'
#145: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4674:
+		if (intr->mask & IXGBE_EIMS_LSC){

CHECK:BRACES: Unbalanced braces around else statement
#149: FILE: drivers/net/ixgbe/ixgbe_ethdev.c:4678:
+			else {

total: 1 errors, 1 warnings, 1 checks, 28 lines checked


More information about the test-report mailing list