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 38046A0C43 for ; Thu, 26 Aug 2021 20:35:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3433641225; Thu, 26 Aug 2021 20:35:08 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C6A7540140 for ; Thu, 26 Aug 2021 20:35:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id BC7B8122C92; Thu, 26 Aug 2021 20:35:04 +0200 (CEST) In-Reply-To: <20210826183301.333442-5-bruce.richardson@intel.com> References: <20210826183301.333442-5-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20210826183504.BC7B8122C92@dpdk.org> Date: Thu, 26 Aug 2021 20:35:04 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97398 [RFC PATCH 4/7] app/test: add basic dmadev copy 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/97398 _coding style issues_ ERROR:ASSIGN_IN_IF: do not use assignment in if condition #185: FILE: app/test/test_dmadev.c:128: + if ((i = rte_dmadev_completed(dev_id, vchan, max_ops * 2, &id, NULL)) != max_ops) { total: 1 errors, 0 warnings, 193 lines checked