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 3C59C42614 for ; Fri, 22 Sep 2023 09:45:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 378F6402E1; Fri, 22 Sep 2023 09:45:06 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 34990402D1 for ; Fri, 22 Sep 2023 09:45:05 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2E481120802; Fri, 22 Sep 2023 09:45:05 +0200 (CEST) Subject: |WARNING| pw131819 [PATCH v4 2/3] test: add dispatcher test suite In-Reply-To: <20230922073825.351453-3-mattias.ronnblom@ericsson.com> References: <20230922073825.351453-3-mattias.ronnblom@ericsson.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Mattias_R=C3=B6nnblom?= Message-Id: <20230922074505.2E481120802@dpdk.org> Date: Fri, 22 Sep 2023 09:45:05 +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/131819 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #258: FILE: app/test/test_dispatcher.c:70: +#define RETURN_ON_ERROR(rc) \ + do { \ + if (rc != TEST_SUCCESS) \ + return rc; \ + } while (0) total: 0 errors, 1 warnings, 1068 lines checked