From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754105AbbBZX5m (ORCPT ); Thu, 26 Feb 2015 18:57:42 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:33578 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753716AbbBZX5h (ORCPT ); Thu, 26 Feb 2015 18:57:37 -0500 Date: Thu, 26 Feb 2015 17:57:32 -0600 From: Bjorn Helgaas To: Yijing Wang Cc: Jiang Liu , linux-pci@vger.kernel.org, Yinghai Lu , linux-kernel@vger.kernel.org, Marc Zyngier , linux-arm-kernel@lists.infradead.org, Russell King , x86@kernel.org, Thomas Gleixner , Benjamin Herrenschmidt , Rusty Russell , Tony Luck , linux-ia64@vger.kernel.org, "David S. Miller" , Guan Xuetao , linux-alpha@vger.kernel.org, linux-m68k@vger.kernel.org, Liviu Dudau , Arnd Bergmann , Geert Uytterhoeven Subject: Re: [PATCH v4 00/30] Refine PCI scan interfaces and make generic pci host bridge Message-ID: <20150226235732.GF25765@google.com> References: <1424938344-4017-1-git-send-email-wangyijing@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1424938344-4017-1-git-send-email-wangyijing@huawei.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 26, 2015 at 04:11:54PM +0800, Yijing Wang wrote: > v3->v4: > Fix the rebase issue. This did apply on v4.0-rc1, but with many whitespace complaints: Importing patch "pci-pass-pci-domain-number" ... :29: trailing whitespace. bus = pci_scan_root_bus(NULL, :44: trailing whitespace. bus = pci_scan_bus_legacy(PCI_DOMBUS(hose->index, 0), :59: trailing whitespace. pbus = pci_create_root_bus(NULL, PCI_DOMBUS(domain, bus), :74: trailing whitespace. bus = pci_scan_root_bus(NULL, :75: trailing whitespace. PCI_DOMBUS(controller->segment, busnum), warning: squelched 15 whitespace errors warning: 20 lines add whitespace errors. done Importing patch "pci-introduce" ... done Importing patch "pci-separate-pci_host_bridge" ... :50: trailing whitespace. dev_set_name(&host->dev, "pci%04x:%02x", host->domain, :181: trailing whitespace. dev_set_name(&b->dev, "%04x:%02x", bridge->domain, :225: trailing whitespace. warning: 3 lines add whitespace errors. I'll fix them myself this time because I want to make progress on this and I need something to do on the plane tomorrow, but please try to fix them yourself in the future. Bjorn