* [dpdk-test-report] |WARNING| pw34831 [PATCH v2 2/3] net/i40e: add debug logs when writing global registers
[not found] <1517486402-81403-3-git-send-email-beilei.xing@intel.com>
@ 2018-02-01 12:00 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-02-01 12:00 UTC (permalink / raw)
To: test-report; +Cc: Beilei Xing
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/34831
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'reg' - possible side-effects?
#302: FILE: drivers/net/i40e/i40e_ethdev.h:106:
+#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?
#302: FILE: drivers/net/i40e/i40e_ethdev.h:106:
+#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, 267 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-02-01 12:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1517486402-81403-3-git-send-email-beilei.xing@intel.com>
2018-02-01 12:00 ` [dpdk-test-report] |WARNING| pw34831 [PATCH v2 2/3] 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).