automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw120259 [PATCH v3 1/4] eal: add generic support for reading PMU events
       [not found] <20221129092821.1304853-2-tduszynski@marvell.com>
@ 2022-11-29  9:29 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-11-29  9:29 UTC (permalink / raw)
  To: test-report; +Cc: Tomasz Duszynski

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

_coding style issues_


WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#316: FILE: lib/eal/common/rte_pmu.c:70:
+	snprintf(path, sizeof(path), EVENT_SOURCE_DEVICES_PATH "/%s/format/%s", rte_pmu->name, name);

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#388: FILE: lib/eal/common/rte_pmu.c:142:
+	snprintf(path, sizeof(path), EVENT_SOURCE_DEVICES_PATH "/%s/events/%s", rte_pmu->name, name);

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#546: FILE: lib/eal/common/rte_pmu.c:300:
+	group->mmap_pages = rte_calloc(NULL, rte_pmu->num_group_events, sizeof(*group->mmap_pages), 0);

WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#624: FILE: lib/eal/common/rte_pmu.c:378:
+	snprintf(path, sizeof(path), EVENT_SOURCE_DEVICES_PATH "/%s/events/%s", rte_pmu->name, name);

total: 0 errors, 4 warnings, 818 lines checked

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

only message in thread, other threads:[~2022-11-29  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20221129092821.1304853-2-tduszynski@marvell.com>
2022-11-29  9:29 ` |WARNING| pw120259 [PATCH v3 1/4] eal: add generic support for reading PMU events 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).