automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw25174 [PATCH v5 04/12] net/failsafe: add fail-safe PMD
       [not found] <a8fe590d7cf4d844590a63dc95f5c7f4c1b2eddc.1496877105.git.gaetan.rivet@6wind.com>
@ 2017-06-08  0:08 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-06-08  0:08 UTC (permalink / raw)
  To: test-report; +Cc: Gaetan Rivet

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <PRIu8>
#1724: FILE: drivers/net/failsafe/failsafe_ops.c:614:
+			      PRIu8 " with error %d", i, ret);

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'i' - possible side-effects?
#1934: FILE: drivers/net/failsafe/failsafe_private.h:155:
+#define FOREACH_SUBDEV_ST(s, i, dev, state)				\
+	for (i = fs_find_next((dev), 0, state);				\
+	     i < PRIV(dev)->subs_tail && (s = &PRIV(dev)->subs[i]);	\
+	     i = fs_find_next((dev), i + 1, state))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev' - possible side-effects?
#1934: FILE: drivers/net/failsafe/failsafe_private.h:155:
+#define FOREACH_SUBDEV_ST(s, i, dev, state)				\
+	for (i = fs_find_next((dev), 0, state);				\
+	     i < PRIV(dev)->subs_tail && (s = &PRIV(dev)->subs[i]);	\
+	     i = fs_find_next((dev), i + 1, state))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'state' - possible side-effects?
#1934: FILE: drivers/net/failsafe/failsafe_private.h:155:
+#define FOREACH_SUBDEV_ST(s, i, dev, state)				\
+	for (i = fs_find_next((dev), 0, state);				\
+	     i < PRIV(dev)->subs_tail && (s = &PRIV(dev)->subs[i]);	\
+	     i = fs_find_next((dev), i + 1, state))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'dev' - possible side-effects?
#1953: FILE: drivers/net/failsafe/failsafe_private.h:174:
+#define TX_SUBDEV(dev)							  \
+	(PRIV(dev)->subs_tx >= PRIV(dev)->subs_tail		   ? NULL \
+	 : (PRIV(dev)->subs[PRIV(dev)->subs_tx].state < DEV_PROBED ? NULL \
+	 : &PRIV(dev)->subs[PRIV(dev)->subs_tx]))

CHECK:MACRO_ARG_PRECEDENCE: Macro argument 'ops' may be better as '(ops)' to avoid precedence issues
#1962: FILE: drivers/net/failsafe/failsafe_private.h:183:
+#define SUBOPS(s, ops) \
+	(ETH(s)->dev_ops->ops)

total: 0 errors, 0 warnings, 1996 lines checked

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

only message in thread, other threads:[~2017-06-08  0:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <a8fe590d7cf4d844590a63dc95f5c7f4c1b2eddc.1496877105.git.gaetan.rivet@6wind.com>
2017-06-08  0:08 ` [dpdk-test-report] |WARNING| pw25174 [PATCH v5 04/12] net/failsafe: add fail-safe PMD 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).