automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw32203 [PATCH 05/18] net/dpaa: set the correct frame size in device MTU
       [not found] <1513166759-13466-6-git-send-email-hemant.agrawal@nxp.com>
@ 2017-12-13 12:08 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-13 12:08 UTC (permalink / raw)
  To: test-report; +Cc: Hemant Agrawal

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mtu < ETHER_MIN_MTU'
#41: FILE: drivers/net/dpaa/dpaa_ethdev.c:119:
+	if ((mtu < ETHER_MIN_MTU) || (frame_size > DPAA_MAX_RX_PKT_LEN))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'frame_size > DPAA_MAX_RX_PKT_LEN'
#41: FILE: drivers/net/dpaa/dpaa_ethdev.c:119:
+	if ((mtu < ETHER_MIN_MTU) || (frame_size > DPAA_MAX_RX_PKT_LEN))

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

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

only message in thread, other threads:[~2017-12-13 12:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1513166759-13466-6-git-send-email-hemant.agrawal@nxp.com>
2017-12-13 12:08 ` [dpdk-test-report] |WARNING| pw32203 [PATCH 05/18] net/dpaa: set the correct frame size in device MTU 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).