From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id E24D4423FB for ; Tue, 17 Jan 2023 10:14:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE4FF410DD; Tue, 17 Jan 2023 10:14:05 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 357E64067E for ; Tue, 17 Jan 2023 10:14:05 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 299CC123659; Tue, 17 Jan 2023 10:14:05 +0100 (CET) Subject: |WARNING| pw122178 [PATCH 2/2] ring: add ring info telemetry cmd In-Reply-To: <20230117091049.20194-3-haijie1@huawei.com> References: <20230117091049.20194-3-haijie1@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Hai Message-Id: <20230117091405.299CC123659@dpdk.org> Date: Tue, 17 Jan 2023 10:14:05 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/122178 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #107: FILE: lib/ring/rte_ring.c:463: + switch(r->prod.sync_type) { ERROR:SPACING: space required before the open parenthesis '(' #124: FILE: lib/ring/rte_ring.c:480: + switch(r->cons.sync_type) { total: 2 errors, 0 warnings, 102 lines checked