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 D7DFDA0C47 for ; Tue, 7 Sep 2021 18:56:12 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D2C83411B8; Tue, 7 Sep 2021 18:56:12 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0EB47410EF for ; Tue, 7 Sep 2021 18:56:10 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 09D0A122D3F; Tue, 7 Sep 2021 18:56:10 +0200 (CEST) In-Reply-To: <20210907164925.291904-4-bruce.richardson@intel.com> References: <20210907164925.291904-4-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20210907165610.09D0A122D3F@dpdk.org> Date: Tue, 7 Sep 2021 18:56:10 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw98215 [PATCH v3 3/8] 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/98215 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #81: 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