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 0A725A045E for ; Thu, 30 May 2019 19:50:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0CC044CA6; Thu, 30 May 2019 19:50:11 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D48BA1B94B; Thu, 30 May 2019 19:50:06 +0200 (CEST) In-Reply-To: <20190530174819.1160221-12-benjamin.walker@intel.com> References: <20190530174819.1160221-12-benjamin.walker@intel.com> To: test-report@dpdk.org Cc: Ben Walker Message-Id: <20190530175006.D48BA1B94B@dpdk.org> Date: Thu, 30 May 2019 19:50:06 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw53917 [PATCH 11/12] eal/pci: rte_pci_get_iommu_class handles no drivers 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/53917 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #77: FILE: drivers/bus/pci/linux/pci.c:619: + addr->domain, addr->bus, addr->devid, addr->function); WARNING:LONG_LINE: line over 90 characters #84: FILE: drivers/bus/pci/linux/pci.c:626: + addr->domain, addr->bus, addr->devid, addr->function); WARNING:LONG_LINE: line over 90 characters #90: FILE: drivers/bus/pci/linux/pci.c:632: + addr->domain, addr->bus, addr->devid, addr->function); WARNING:LONG_LINE: line over 90 characters #109: FILE: drivers/bus/pci/linux/pci.c:649: + addr->domain, addr->bus, addr->devid, addr->function); total: 0 errors, 4 warnings, 116 lines checked