automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw34881 [PATCH v4 2/4] net/i40e: add debug logs when writing global registers
       [not found] <1517573152-92442-3-git-send-email-beilei.xing@intel.com>
@ 2018-02-02 12:06 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-02-02 12:06 UTC (permalink / raw)
  To: test-report; +Cc: Beilei Xing

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'reg' - possible side-effects?
#368: FILE: drivers/net/i40e/i40e_ethdev.h:81:
+#define I40E_WRITE_GLB_REG(hw, reg, value)				\
+	do {								\
+		I40E_PCI_REG_WRITE(I40E_PCI_REG_ADDR((hw),		\
+						     (reg)), (value));	\
+		PMD_DRV_LOG(DEBUG, "Global register 0x%08x is modified " \
+			    "with value 0x%08x",			\
+			    (reg), (value));				\
+	} while (0)

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'value' - possible side-effects?
#368: FILE: drivers/net/i40e/i40e_ethdev.h:81:
+#define I40E_WRITE_GLB_REG(hw, reg, value)				\
+	do {								\
+		I40E_PCI_REG_WRITE(I40E_PCI_REG_ADDR((hw),		\
+						     (reg)), (value));	\
+		PMD_DRV_LOG(DEBUG, "Global register 0x%08x is modified " \
+			    "with value 0x%08x",			\
+			    (reg), (value));				\
+	} while (0)

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

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1517573152-92442-3-git-send-email-beilei.xing@intel.com>
2018-02-02 12:06 ` [dpdk-test-report] |WARNING| pw34881 [PATCH v4 2/4] net/i40e: add debug logs when writing global registers 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).