Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754045AbbB0A5I (ORCPT ); Thu, 26 Feb 2015 19:57:08 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:7980 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750822AbbB0A5G (ORCPT ); Thu, 26 Feb 2015 19:57:06 -0500 Message-ID: <54EFC0C2.3040000@huawei.com> Date: Fri, 27 Feb 2015 08:56:34 +0800 From: Yijing Wang User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Bjorn Helgaas CC: Jiang Liu , , Yinghai Lu , , Marc Zyngier , , Russell King , , Thomas Gleixner , Benjamin Herrenschmidt , Rusty Russell , Tony Luck , , "David S. Miller" , "Guan Xuetao" , , , Liviu Dudau , "Arnd Bergmann" , Geert Uytterhoeven Subject: Re: [PATCH v4 00/30] Refine PCI scan interfaces and make generic pci host bridge References: <1424938344-4017-1-git-send-email-wangyijing@huawei.com> <20150226235732.GF25765@google.com> In-Reply-To: <20150226235732.GF25765@google.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.27.212] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1696 Lines: 52 On 2015/2/27 7:57, Bjorn Helgaas wrote: > 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. > I will fix them in the local, thanks! > Bjorn > > . > -- Thanks! Yijing -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/