From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BB275A0526 for ; Tue, 21 Jul 2020 11:58:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B00331C07E; Tue, 21 Jul 2020 11:58:20 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 85E481C02C; Tue, 21 Jul 2020 11:58:18 +0200 (CEST) In-Reply-To: <20200721095140.719297-19-bruce.richardson@intel.com> References: <20200721095140.719297-19-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20200721095818.85E481C02C@dpdk.org> Date: Tue, 21 Jul 2020 11:58:18 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74557 [PATCH 20.11 18/20] raw/ioat: move xstats functions to common file X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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