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 1C389A050D for ; Tue, 26 Apr 2022 23:15:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18E4440E78; Tue, 26 Apr 2022 23:15:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3EFDF40691 for ; Tue, 26 Apr 2022 23:15:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 30CAC1242B9; Tue, 26 Apr 2022 23:15:39 +0200 (CEST) Subject: |WARNING| pw110286 [PATCH 1/6] app/eventdev: simplify signal handling and teardown In-Reply-To: <20220426211412.6138-1-pbhagavatula@marvell.com> References: <20220426211412.6138-1-pbhagavatula@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Pavan Nikhilesh Message-Id: <20220426211539.30CAC1242B9@dpdk.org> Date: Tue, 26 Apr 2022 23:15:39 +0200 (CEST) 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/110286 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #241: FILE: app/test-eventdev/test_perf_common.c:1112: + RTE_ETH_FOREACH_DEV (i) { WARNING:SPACING: space prohibited between function name and open parenthesis '(' #312: FILE: app/test-eventdev/test_pipeline_common.c:515: + RTE_ETH_FOREACH_DEV (i) { total: 0 errors, 2 warnings, 230 lines checked