automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw48291 [07/19] net/ice: support MTU setting
       [not found] <1542956179-80951-8-git-send-email-wenzhuo.lu@intel.com>
@ 2018-11-23  6:52 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-11-23  6:52 UTC (permalink / raw)
  To: test-report; +Cc: Wenzhuo Lu

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'mtu < ETHER_MIN_MTU'
#64: FILE: drivers/net/ice/ice_ethdev.c:1293:
+	if ((mtu < ETHER_MIN_MTU) || (frame_size > ICE_FRAME_SIZE_MAX))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'frame_size > ICE_FRAME_SIZE_MAX'
#64: FILE: drivers/net/ice/ice_ethdev.c:1293:
+	if ((mtu < ETHER_MIN_MTU) || (frame_size > ICE_FRAME_SIZE_MAX))

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

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

only message in thread, other threads:[~2018-11-23  6:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1542956179-80951-8-git-send-email-wenzhuo.lu@intel.com>
2018-11-23  6:52 ` [dpdk-test-report] |WARNING| pw48291 [07/19] net/ice: support MTU setting 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).