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 A323542B6F for ; Mon, 22 May 2023 11:24:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A0945410D1; Mon, 22 May 2023 11:24:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 80D56410D1 for ; Mon, 22 May 2023 11:24:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 77209120927; Mon, 22 May 2023 11:24:09 +0200 (CEST) Subject: |WARNING| pw127152 [RFC v3 2/3] test: add event dispatcher test suite In-Reply-To: <20230522091628.96236-3-mattias.ronnblom@ericsson.com> References: <20230522091628.96236-3-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20230522092409.77209120927@dpdk.org> Date: Mon, 22 May 2023 11:24:09 +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/127152 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #205: FILE: app/test/test_event_dispatcher.c:57: +#define RETURN_ON_ERROR(rc) \ + do { \ + if (rc != TEST_SUCCESS) \ + return rc; \ + } while (0) total: 0 errors, 1 warnings, 821 lines checked