linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <bhelgaas@google.com>
To: Jingoo Han <jg1.han@samsung.com>
Cc: linux-pci@vger.kernel.org, 'Richard Zhu' <r65037@freescale.com>,
	'Lucas Stach' <l.stach@pengutronix.de>
Subject: Re: [PATCH] PCI: imx6: Use tabs for indentation
Date: Thu, 13 Nov 2014 10:50:12 -0700	[thread overview]
Message-ID: <20141113175012.GM5064@google.com> (raw)
In-Reply-To: <002801cffe28$43176f70$c9464e50$%han@samsung.com>

On Wed, Nov 12, 2014 at 12:25:09PM +0900, Jingoo Han wrote:
> This patch fixes the following checkpatch error.
> 
>   ERROR: code indent should use tabs where possible
> 
> Signed-off-by: Jingoo Han <jg1.han@samsung.com>

Applied to pci/host-imx6 for v3.19, thanks!

Richard and Lucas, let me know if you have any objection.

> ---
>  drivers/pci/host/pci-imx6.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/pci/host/pci-imx6.c b/drivers/pci/host/pci-imx6.c
> index 233fe8a..8a7530b 100644
> --- a/drivers/pci/host/pci-imx6.c
> +++ b/drivers/pci/host/pci-imx6.c
> @@ -526,8 +526,8 @@ static int __init imx6_add_pcie_port(struct pcie_port *pp,
>  		}
>  
>  		ret = devm_request_irq(&pdev->dev, pp->msi_irq,
> -		                       imx6_pcie_msi_handler,
> -		                       IRQF_SHARED, "mx6-pcie-msi", pp);
> +				       imx6_pcie_msi_handler,
> +				       IRQF_SHARED, "mx6-pcie-msi", pp);
>  		if (ret) {
>  			dev_err(&pdev->dev, "failed to request MSI irq\n");
>  			return -ENODEV;
> -- 
> 1.7.9.5
> 
> 

      parent reply	other threads:[~2014-11-13 17:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12  3:25 [PATCH] PCI: imx6: Use tabs for indentation Jingoo Han
2014-11-12 16:30 ` Srikanth Thokala
2014-11-13 17:50 ` Bjorn Helgaas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141113175012.GM5064@google.com \
    --to=bhelgaas@google.com \
    --cc=jg1.han@samsung.com \
    --cc=l.stach@pengutronix.de \
    --cc=linux-pci@vger.kernel.org \
    --cc=r65037@freescale.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).