From: Jingoo Han Date: Wed, 12 Nov 2014 03:25:09 +0000 (+0900) Subject: PCI: imx6: Use tabs for indentation X-Git-Tag: v4.14-rc1~6347^2~2^6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d88a7ef99e4c15985e0d726d4a4e4c1f0e4f0ad5;p=platform%2Fkernel%2Flinux-rpi.git PCI: imx6: Use tabs for indentation This patch fixes the following checkpatch error: ERROR: code indent should use tabs where possible Signed-off-by: Jingoo Han Signed-off-by: Bjorn Helgaas --- 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;