From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6E92AA0526 for ; Tue, 21 Jul 2020 11:53:00 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 91EE11BFF9; Tue, 21 Jul 2020 11:52:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 782B81BFEF; Tue, 21 Jul 2020 11:52:50 +0200 (CEST) In-Reply-To: <20200721095140.719297-6-bruce.richardson@intel.com> References: <20200721095140.719297-6-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20200721095250.782B81BFEF@dpdk.org> Date: Tue, 21 Jul 2020 11:52:50 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74544 [PATCH 20.11 05/20] raw/ioat: split header for readability 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/74544 _coding style issues_ WARNING:TYPO_SPELLING: 'publically' may be misspelled - perhaps 'publicly'? #63: can split things so that there is one header with all the publically needed ERROR:SPACING: space prohibited after that '&' (ctx:WxW) #383: FILE: drivers/raw/ioat/rte_ioat_rawdev_fns.h:109: + *error = status & (RTE_IOAT_CHANSTS_SUSPENDED | RTE_IOAT_CHANSTS_ARMED); ^ ERROR:SPACING: space prohibited after that '-' (ctx:WxW) #384: FILE: drivers/raw/ioat/rte_ioat_rawdev_fns.h:110: + return (status - ioat->ring_addr) >> 6; ^ total: 2 errors, 1 warnings, 343 lines checked