automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw32920 [PATCH RFC 3/3] net: add hyper-v network device
       [not found] <20180104231636.30573-4-stephen@networkplumber.org>
@ 2018-01-04 23:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-01-04 23:17 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


WARNING:MAINTAINERS_STYLE: MAINTAINERS entries use one tab after TYPE:
#64: FILE: MAINTAINERS:403:
+M: Stephen Hemminger <sthemmin@microsoft.com>

WARNING:MAINTAINERS_STYLE: MAINTAINERS entries use one tab after TYPE:
#65: FILE: MAINTAINERS:404:
+M: K. Y. Srinivasan" <kys@microsoft.com>

WARNING:MAINTAINERS_STYLE: MAINTAINERS entries use one tab after TYPE:
#66: FILE: MAINTAINERS:405:
+M: Haiyang Zhang <haiyangz@microsoft.com>

WARNING:MAINTAINERS_STYLE: MAINTAINERS entries use one tab after TYPE:
#67: FILE: MAINTAINERS:406:
+F: drivers/net/hyperv/

WARNING:MAINTAINERS_STYLE: MAINTAINERS entries use one tab after TYPE:
#68: FILE: MAINTAINERS:407:
+F: doc/guides/nics/hyperv.rst

CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#510: FILE: drivers/net/hyperv/hn_ethdev.c:287:
+			    "unsupported TX offload: %#" PRIx64,

CHECK:CAMELCASE: Avoid CamelCase: <PRIx32>
#2393: FILE: drivers/net/hyperv/hn_rndis.c:696:
+		PMD_DRV_LOG(ERR, "exec RNDIS set %#" PRIx32 " failed",

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'ofs' - possible side-effects?
#3207: FILE: drivers/net/hyperv/hn_rxtx.c:448:
+#define IS_OFFSET_INVALID(ofs)			\
+	((ofs) < RNDIS_PACKET_MSG_OFFSET_MIN ||	\
+	 ((ofs) & RNDIS_PACKET_MSG_OFFSET_ALIGNMASK))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#3894: FILE: drivers/net/hyperv/hn_var.h:34:
+#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'd' - possible side-effects?
#3898: FILE: drivers/net/hyperv/hn_var.h:38:
+#define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))

ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#4802: FILE: drivers/net/hyperv/rndis.h:416:
+#define	RNDIS_DATA_OFFSET	(sizeof(struct rndis_packet_msg) \
+				 - RNDIS_HEADER_OFFSET))

total: 1 errors, 5 warnings, 4671 lines checked

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

only message in thread, other threads:[~2018-01-04 23:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180104231636.30573-4-stephen@networkplumber.org>
2018-01-04 23:17 ` [dpdk-test-report] |WARNING| pw32920 [PATCH RFC 3/3] net: add hyper-v 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).