automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw70834 [PATCH 7/8] net/i40e: parse map pattern and action
       [not found] <1591194009-4086-8-git-send-email-bernard.iremonger@intel.com>
@ 2020-06-10  7:54 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-06-10  7:54 UTC (permalink / raw)
  To: test-report; +Cc: Bernard Iremonger

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'act->type != RTE_FLOW_ACTION_TYPE_MAP'
#161: FILE: drivers/net/i40e/i40e_flow.c:5078:
+	if ((act->type != RTE_FLOW_ACTION_TYPE_MAP) ||
+		(p_info->action_flag == 0)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'p_info->action_flag == 0'
#161: FILE: drivers/net/i40e/i40e_flow.c:5078:
+	if ((act->type != RTE_FLOW_ACTION_TYPE_MAP) ||
+		(p_info->action_flag == 0)) {

total: 0 errors, 0 warnings, 2 checks, 220 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-10  7:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1591194009-4086-8-git-send-email-bernard.iremonger@intel.com>
2020-06-10  7:54 ` [dpdk-test-report] |WARNING| pw70834 [PATCH 7/8] net/i40e: parse map pattern and action checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).