* [dpdk-test-report] |WARNING| pw28898 [PATCH 22/53] net/qede/base: rename MFW get/set field defines [not found] <1505784633-1171-23-git-send-email-rasesh.mody@cavium.com> @ 2017-09-19 1:36 ` checkpatch 0 siblings, 0 replies; only message in thread From: checkpatch @ 2017-09-19 1:36 UTC (permalink / raw) To: test-report; +Cc: Rasesh Mody Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/28898 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'name' - possible side-effects? #45: FILE: drivers/net/qede/base/ecore.h:105: +#define SET_MFW_FIELD(name, field, value) \ do { \ + (name) &= ~((field ## _MASK)); \ + (name) |= (((value) << (field ## _OFFSET)) & (field ## _MASK)); \ } while (0) total: 0 errors, 0 warnings, 1 checks, 1349 lines checked ^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-09-19 1:36 UTC | newest] Thread overview: (only message) (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <1505784633-1171-23-git-send-email-rasesh.mody@cavium.com> 2017-09-19 1:36 ` [dpdk-test-report] |WARNING| pw28898 [PATCH 22/53] net/qede/base: rename MFW get/set field defines 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).