automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw100810 [PATCH v2 02/11] bus/vmbus: scan and get the network device
       [not found] <20211008091644.96265-1-srikanth.k@oneconvergence.com>
@ 2021-10-08 11:00 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-10-08 11:00 UTC (permalink / raw)
  To: test-report; +Cc: Srikanth Kaka

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

_coding style issues_

Must be a reply to the first patch (--in-reply-to).


WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided
#359: FILE: drivers/bus/vmbus/freebsd/vmbus_bus.c:372:
+#define UNPACK(x)						 \
+	do {							 \
+		x = strdup(walker);				 \
+		if (x == NULL)					 \
+			return -ENOMEM;				 \
+		if (walker + strnlen(walker, ep - walker) >= ep) \
+			return -EINVAL;				 \
+		walker += strlen(walker) + 1;			 \
+	} while (0)

WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email name mismatch: 'From: srikanth-oc <srikanth.k@oneconvergence.com>' != 'Signed-off-by: Srikanth Kaka <srikanth.k@oneconvergence.com>'

total: 0 errors, 2 warnings, 0 checks, 305 lines checked

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

only message in thread, other threads:[~2021-10-08 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211008091644.96265-1-srikanth.k@oneconvergence.com>
2021-10-08 11:00 ` [dpdk-test-report] |WARNING| pw100810 [PATCH v2 02/11] bus/vmbus: scan and get the network device 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).