automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw115702 [PATCH 1/4] net/axgbe: fix scattered Rx function
       [not found] <20220901053311.92964-1-bhagyada.modali@amd.com>
@ 2022-09-01  8:09 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-09-01  8:09 UTC (permalink / raw)
  To: test-report; +Cc: Bhagyada Modali

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'error_status != AXGBE_L3_CSUM_ERR'
#155: FILE: drivers/net/axgbe/axgbe_rxtx.c:403:
+				if ((error_status != AXGBE_L3_CSUM_ERR) &&
+						(error_status !=
+						 AXGBE_L4_CSUM_ERR)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'error_status !=
 						 AXGBE_L4_CSUM_ERR'
#155: FILE: drivers/net/axgbe/axgbe_rxtx.c:403:
+				if ((error_status != AXGBE_L3_CSUM_ERR) &&
+						(error_status !=
+						 AXGBE_L4_CSUM_ERR)) {

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

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

only message in thread, other threads:[~2022-09-01  8:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220901053311.92964-1-bhagyada.modali@amd.com>
2022-09-01  8:09 ` |WARNING| pw115702 [PATCH 1/4] net/axgbe: fix scattered Rx function 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).