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 67018A04AF for ; Fri, 21 Aug 2020 18:30:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4B22D1C0CE; Fri, 21 Aug 2020 18:30:22 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id AF5401C129; Fri, 21 Aug 2020 18:30:20 +0200 (CEST) In-Reply-To: <20200821162944.29840-3-bruce.richardson@intel.com> References: <20200821162944.29840-3-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20200821163020.AF5401C129@dpdk.org> Date: Fri, 21 Aug 2020 18:30:20 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75827 [PATCH v2 02/18] 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/75827 _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) #387: 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) #388: FILE: drivers/raw/ioat/rte_ioat_rawdev_fns.h:110: + return (status - ioat->ring_addr) >> 6; ^ total: 2 errors, 1 warnings, 343 lines checked