[dpdk-test-report] |WARNING| pw28034 [PATCH] ixgbe: eliminate duplicate filterlist symbols

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Aug 28 15:27:44 CEST 2017


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

_coding style issues_


WARNING:TYPO_SPELLING: 'defintion' may be misspelled - perhaps 'definition'?
#17: 
> This commits moves the defintion and declaration to the source

WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#28: 
> diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net/ixgbe/ixgbe_ethdev.c

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#59: FILE: drivers/net/ixgbe/ixgbe_flow.c:83:
+       filter_ntuple_list = TAILQ_HEAD_INITIALIZER(filter_ntuple_list);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#62: FILE: drivers/net/ixgbe/ixgbe_flow.c:86:
+       filter_ethertype_list =$

ERROR:CORRUPTED_PATCH: patch seems to be corrupt (line wrapped?)
#63: FILE: drivers/net/ixgbe/ixgbe_flow.c:86:
TAILQ_HEAD_INITIALIZER(filter_ethertype_list);

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#66: FILE: drivers/net/ixgbe/ixgbe_flow.c:89:
+       filter_syn_list = TAILQ_HEAD_INITIALIZER(filter_syn_list);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#69: FILE: drivers/net/ixgbe/ixgbe_flow.c:92:
+       filter_fdir_list = TAILQ_HEAD_INITIALIZER(filter_fdir_list);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#73: FILE: drivers/net/ixgbe/ixgbe_flow.c:95:
+       filter_l2_tunnel_list =$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#77: FILE: drivers/net/ixgbe/ixgbe_flow.c:98:
+       ixgbe_flow_list = TAILQ_HEAD_INITIALIZER(ixgbe_flow_list);$

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 2 errors, 8 warnings, 0 checks, 24 lines checked


More information about the test-report mailing list