automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw102086 [PATCH v6 6/6] app/testpmd: add flex item CLI commands
       [not found] <20211018180252.14106-7-viacheslavo@nvidia.com>
@ 2021-10-18 18:04 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-10-18 18:04 UTC (permalink / raw)
  To: test-report; +Cc: Viacheslav Ovsiienko

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

_coding style issues_


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#288: FILE: app/test-pmd/cmd_flex_item.c:106:
+#define FLEX_FIELD_GET(fm, t) \
+do {                  \
+	if (!strncmp(key, # fm, strlen(# fm))) { \
+		if (json_is_real(je))   \
+			fld->fm = (t) json_real_value(je); \
+		else if (json_is_integer(je))   \
+			fld->fm = (t) json_integer_value(je); \
+		else   \
+			return -EINVAL; \
+	}         \
+} while (0)

total: 0 errors, 1 warnings, 1068 lines checked

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

only message in thread, other threads:[~2021-10-18 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211018180252.14106-7-viacheslavo@nvidia.com>
2021-10-18 18:04 ` [dpdk-test-report] |WARNING| pw102086 [PATCH v6 6/6] app/testpmd: add flex item CLI commands 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).