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 72BD5A0548 for ; Fri, 24 Sep 2021 12:31:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6F7AC412F5; Fri, 24 Sep 2021 12:31:28 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9C88D40142 for ; Fri, 24 Sep 2021 12:31:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 981FC12075A; Fri, 24 Sep 2021 12:31:22 +0200 (CEST) In-Reply-To: <20210924102942.2878051-7-bruce.richardson@intel.com> References: <20210924102942.2878051-7-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20210924103122.981FC12075A@dpdk.org> Date: Fri, 24 Sep 2021 12:31:22 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw99573 [PATCH v6 06/13] app/test: add basic dmadev instance tests 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/99573 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #83: FILE: app/test/test_dmadev.c:16: +#define ERR_RETURN(...) do { print_err(__func__, __LINE__, __VA_ARGS__); return -1; } while (0) total: 0 errors, 1 warnings, 93 lines checked