automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw20791 [PATCH 1/7] vmxnet3: prepare for version 3 changes
       [not found] <1488059989-6930-2-git-send-email-skhare@vmware.com>
@ 2017-02-25 22:01 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-02-25 22:01 UTC (permalink / raw)
  To: test-report; +Cc: Shrikrishna Khare

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

_coding style issues_


CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'hw' may be better as '(hw)' to avoid precedence issues
#107: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.h:126:
+#define VMXNET3_VERSION_GE_3(hw) (hw->version >= VMXNET3_REV_3 + 1)

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'hw' may be better as '(hw)' to avoid precedence issues
#108: FILE: drivers/net/vmxnet3/vmxnet3_ethdev.h:127:
+#define VMXNET3_VERSION_GE_2(hw) (hw->version >= VMXNET3_REV_2 + 1)

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

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

only message in thread, other threads:[~2017-02-25 22:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1488059989-6930-2-git-send-email-skhare@vmware.com>
2017-02-25 22:01 ` [dpdk-test-report] |WARNING| pw20791 [PATCH 1/7] vmxnet3: prepare for version 3 changes 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).