Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752031AbdHSVSH (ORCPT ); Sat, 19 Aug 2017 17:18:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:38804 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751533AbdHSVSG (ORCPT ); Sat, 19 Aug 2017 17:18:06 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C8382190D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=helgaas@kernel.org Date: Sat, 19 Aug 2017 16:18:03 -0500 From: Bjorn Helgaas To: Ravi Shankar Jonnalagadda Cc: bhelgaas@google.com, michal.simek@xilinx.com, soren.brinkmann@xilinx.com, lorenzo.pieralisi@arm.com, bharat.kumar.gogada@xilinx.com, vjonnal@xilinx.com, paul.gortmaker@windriver.com, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, dan.j.williams@intel.com, vinod.koul@intel.com, dmaengine@vger.kernel.org Subject: Re: [PATCH 2/4] PCI:xilinx-nwl: Correcting Styling checks Message-ID: <20170819211803.GV28977@bhelgaas-glaptop.roam.corp.google.com> References: <1502190739-13474-1-git-send-email-vjonnal@xilinx.com> <1502190739-13474-3-git-send-email-vjonnal@xilinx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1502190739-13474-3-git-send-email-vjonnal@xilinx.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 Content-Length: 1877 Lines: 56 On Tue, Aug 08, 2017 at 04:42:17PM +0530, Ravi Shankar Jonnalagadda wrote: s/PCI:xilinx-nwl: Correcting Styling checks/PCI: xilinx-nwl: Clean up whitespace/ > Correcting Style checks thrown by checkpatch scripts s/Correcting Style checks thrown/Correct whitespace errors reported/ > Signed-off-by: Ravi Shankar Jonnalagadda Acked-by: Bjorn Helgaas > --- > drivers/pci/host/pcie-xilinx-nwl.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/pci/host/pcie-xilinx-nwl.c b/drivers/pci/host/pcie-xilinx-nwl.c > index 5766582..3c62e3d 100644 > --- a/drivers/pci/host/pcie-xilinx-nwl.c > +++ b/drivers/pci/host/pcie-xilinx-nwl.c > @@ -506,15 +506,15 @@ static int nwl_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, > > for (i = 0; i < nr_irqs; i++) { > irq_domain_set_info(domain, virq + i, bit + i, &nwl_irq_chip, > - domain->host_data, handle_simple_irq, > - NULL, NULL); > + domain->host_data, handle_simple_irq, > + NULL, NULL); > } > mutex_unlock(&msi->lock); > return 0; > } > > static void nwl_irq_domain_free(struct irq_domain *domain, unsigned int virq, > - unsigned int nr_irqs) > + unsigned int nr_irqs) > { > struct irq_data *data = irq_domain_get_irq_data(domain, virq); > struct nwl_pcie *pcie = irq_data_get_irq_chip_data(data); > @@ -767,7 +767,6 @@ static int nwl_pcie_bridge_init(struct nwl_pcie *pcie) > /* Enable all misc interrupts */ > nwl_bridge_writel(pcie, MSGF_MISC_SR_MASKALL, MSGF_MISC_MASK); > > - > /* Disable all legacy interrupts */ > nwl_bridge_writel(pcie, (u32)~MSGF_LEG_SR_MASKALL, MSGF_LEG_MASK); > > @@ -932,4 +931,5 @@ static struct platform_driver nwl_pcie_driver = { > }, > .probe = nwl_pcie_probe, > }; > + > builtin_platform_driver(nwl_pcie_driver); > -- > 2.1.1 >