* [dpdk-test-report] |WARNING| pw50563 [04/37] net/ice/base: add helper macros
[not found] <20190228055650.25237-5-qi.z.zhang@intel.com>
@ 2019-02-28 5:56 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-02-28 5:56 UTC (permalink / raw)
To: test-report; +Cc: Qi Zhang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/50563
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse '_t' - possible side-effects?
#210: FILE: drivers/net/ice/base/ice_type.h:22:
+#define MIN_T(_t, _a, _b) min((_t)(_a), (_t)(_b))
CHECK:MACRO_ARG_REUSE: Macro argument reuse '_i' - possible side-effects?
#220: FILE: drivers/net/ice/base/ice_type.h:386:
+#define ice_for_each_traffic_class(_i) \
+ for ((_i) = 0; (_i) < ICE_MAX_TRAFFIC_CLASS; (_i)++)
total: 0 errors, 0 warnings, 2 checks, 160 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-28 5:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20190228055650.25237-5-qi.z.zhang@intel.com>
2019-02-28 5:56 ` [dpdk-test-report] |WARNING| pw50563 [04/37] net/ice/base: add helper macros 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).