automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw122946 [PATCH v6 4/8] ethdev: use GRE protocol struct for flow matching
       [not found] <20230202124500.2578857-5-ferruh.yigit@amd.com>
@ 2023-02-02 12:47 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-02-02 12:47 UTC (permalink / raw)
  To: test-report; +Cc: Ferruh Yigit

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'gre_mask->hdr.k'
#397: FILE: drivers/net/mlx5/mlx5_flow.c:3092:
+	if (gre_spec && (gre_mask->hdr.k) && !(gre_spec->hdr.k))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'gre_mask->hdr.c'
#407: FILE: drivers/net/mlx5/mlx5_flow.c:3167:
+		if (gre_spec && (gre_mask->hdr.c) && !(gre_spec->hdr.c))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'gre_mask->hdr.k'
#415: FILE: drivers/net/mlx5/mlx5_flow.c:3173:
+		if (gre_spec && (gre_mask->hdr.k) && !(gre_spec->hdr.k))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'gre_mask->hdr.s'
#422: FILE: drivers/net/mlx5/mlx5_flow.c:3178:
+		if (gre_spec && (gre_mask->hdr.s) && !(gre_spec->hdr.s))

total: 0 errors, 0 warnings, 414 lines checked

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

only message in thread, other threads:[~2023-02-02 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230202124500.2578857-5-ferruh.yigit@amd.com>
2023-02-02 12:47 ` |WARNING| pw122946 [PATCH v6 4/8] ethdev: use GRE protocol struct for flow matching 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).