automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw159130 [RFC 5/8] ethdev: avoid possible overflow in xstat names
       [not found] <20251202172626.283094-6-stephen@networkplumber.org>
@ 2025-12-02 17:26 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2025-12-02 17:26 UTC (permalink / raw)
  To: test-report; +Cc: Stephen Hemminger

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

_coding style issues_


WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#117: FILE: lib/ethdev/rte_ethdev.c:3506:
+			cc = snprintf(xstats_names[cnt_used_entries].name, sizeof(xstats_names[0].name),

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#121: FILE: lib/ethdev/rte_ethdev.c:3510:
+			/* could only happen if a long string was added to eth_dev_rxq_stats_strings */

WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#138: FILE: lib/ethdev/rte_ethdev.c:3523:
+			cc = snprintf(xstats_names[cnt_used_entries].name, sizeof(xstats_names[0].name),

WARNING:LONG_LINE_COMMENT: line length of 103 exceeds 100 columns
#141: FILE: lib/ethdev/rte_ethdev.c:3526:
+			/* could only happen if a long string was added to eth_dev_rxq_stats_strings */

total: 0 errors, 4 warnings, 39 lines checked

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

only message in thread, other threads:[~2025-12-02 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20251202172626.283094-6-stephen@networkplumber.org>
2025-12-02 17:26 ` |WARNING| pw159130 [RFC 5/8] ethdev: avoid possible overflow in xstat names 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).