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

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <ENA_PRIu64>
#170: 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
#463: 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
#467: 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
#470: 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-11  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210511064554.10656-5-mk@semihalf.com>
2021-05-11  6:48 ` [dpdk-test-report] |WARNING| pw93132 [PATCH v4 04/19] net/ena/base: 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).