From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 2A0D9A0466 for ; Thu, 30 May 2019 23:27:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 15B391B94C; Thu, 30 May 2019 23:27:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 1EA014F91; Thu, 30 May 2019 23:27:25 +0200 (CEST) In-Reply-To: <20190530212525.40370-9-bruce.richardson@intel.com> References: <20190530212525.40370-9-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20190530212725.1EA014F91@dpdk.org> Date: Thu, 30 May 2019 23:27:25 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53935 [PATCH 8/8] raw/ioat: add local API to perform copies X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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/53935 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #90: FILE: app/test/test_ioat_rawdev.c:76: + } while(0); ERROR:SPACING: space required before the open parenthesis '(' #155: FILE: app/test/test_ioat_rawdev.c:141: + } while(0); WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #446: FILE: drivers/raw/ioat/rte_ioat_rawdev.h:169: + rte_panic("Error with cbdma: %u ", (unsigned)status & 0x7); total: 2 errors, 1 warnings, 460 lines checked