automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw74557 [PATCH 20.11 18/20] raw/ioat: move xstats functions to common file
       [not found] <20200721095140.719297-19-bruce.richardson@intel.com>
@ 2020-07-21  9:58 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-07-21  9:58 UTC (permalink / raw)
  To: test-report; +Cc: Bruce Richardson

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

_coding style issues_


ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#99: FILE: drivers/raw/ioat/ioat_common.c:25:
+		case 0: values[i] = ioat->xstats.enqueue_failed; break;

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#100: FILE: drivers/raw/ioat/ioat_common.c:26:
+		case 1: values[i] = ioat->xstats.enqueued; break;

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#101: FILE: drivers/raw/ioat/ioat_common.c:27:
+		case 2: values[i] = ioat->xstats.started; break;

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#102: FILE: drivers/raw/ioat/ioat_common.c:28:
+		case 3: values[i] = ioat->xstats.completed; break;

ERROR:TRAILING_STATEMENTS: trailing statements should be on next line
#103: FILE: drivers/raw/ioat/ioat_common.c:29:
+		default: values[i] = 0; break;

total: 5 errors, 0 warnings, 182 lines checked

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

only message in thread, other threads:[~2020-07-21  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200721095140.719297-19-bruce.richardson@intel.com>
2020-07-21  9:58 ` [dpdk-test-report] |WARNING| pw74557 [PATCH 20.11 18/20] raw/ioat: move xstats functions to common file 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).