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 3F1B8A0C46 for ; Fri, 17 Sep 2021 15:56:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 36346410E9; Fri, 17 Sep 2021 15:56:39 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 65185410F1 for ; Fri, 17 Sep 2021 15:56:36 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5D040122EE7; Fri, 17 Sep 2021 15:56:36 +0200 (CEST) In-Reply-To: <20210917135429.90562-5-bruce.richardson@intel.com> References: <20210917135429.90562-5-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20210917135636.5D040122EE7@dpdk.org> Date: Fri, 17 Sep 2021 15:56:36 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw99162 [PATCH v5 4/9] 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/99162 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #86: 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, 92 lines checked