From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH 1/1] drivers:pci:hotplug Fix all whitespace issues Date: Thu, 17 Dec 2015 15:55:17 -0600 Message-ID: <20151217215517.GA4864@localhost> References: <1449849824-100004-1-git-send-email-brutallesale@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1449849824-100004-1-git-send-email-brutallesale@gmail.com> Sender: linux-pci-owner@vger.kernel.org To: Bogicevic Sasa Cc: bhelgaas@google.com, lenb@kernel.org, scott@spiteful.org, linux-acpi@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-acpi@vger.kernel.org Hi Bogicevic, On Fri, Dec 11, 2015 at 08:03:44AM -0800, Bogicevic Sasa wrote: > This fixes all sorts of whitespace errors and warnings as > well as blank line required after declaration messages in > drivers/pci/hotplug folder 1) Can you combine drivers/pci/hotplug with drivers/pci in a single patch? 2) Can you run objdiff on an allyesconfig build to make sure nothing really changed, and mention this in the changelog as you did with one of your others? This might require moving the blank line additions/removals to a separate patch because those might change debug info or line numbers in printk messages. Bjorn