automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw93009 [PATCH v3 04/22] net/ena/base: typos, style and comments improvements
       [not found] <20210506142526.28245-5-mk@semihalf.com>
@ 2021-05-06 14:27 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-05-06 14:27 UTC (permalink / raw)
  To: test-report; +Cc: Michal Krawczyk

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ENA_PRIu64>
#165: FILE: drivers/net/ena/base/ena_com.c:2110:
+		ena_trc_dbg(ena_dev, "AENQ! Group[%x] Syndrome[%x] timestamp: [%" ENA_PRIu64 "s]
",

WARNING:LONG_LINE: line length of 136 exceeds 100 columns
#458: FILE: drivers/net/ena/base/ena_defs/ena_admin_defs.h:1654:
+	return (p->driver_supported_features & ENA_ADMIN_HOST_INFO_RX_BUF_MIRRORING_MASK) >> ENA_ADMIN_HOST_INFO_RX_BUF_MIRRORING_SHIFT;

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#462: FILE: drivers/net/ena/base/ena_defs/ena_admin_defs.h:1657:
+static inline void set_ena_admin_host_info_rx_buf_mirroring(struct ena_admin_host_info *p, uint32_t val)

WARNING:LONG_LINE: line length of 136 exceeds 100 columns
#465: FILE: drivers/net/ena/base/ena_defs/ena_admin_defs.h:1659:
+	p->driver_supported_features |= (val << ENA_ADMIN_HOST_INFO_RX_BUF_MIRRORING_SHIFT) & ENA_ADMIN_HOST_INFO_RX_BUF_MIRRORING_MASK;

total: 0 errors, 3 warnings, 1 checks, 368 lines checked

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

only message in thread, other threads:[~2021-05-06 14:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210506142526.28245-5-mk@semihalf.com>
2021-05-06 14:27 ` [dpdk-test-report] |WARNING| pw93009 [PATCH v3 04/22] net/ena/base: typos, style and comments improvements 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).