PCI: imx6: Use tabs for indentation
authorJingoo Han <jg1.han@samsung.com>
Wed, 12 Nov 2014 03:25:09 +0000 (12:25 +0900)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 13 Nov 2014 17:48:20 +0000 (10:48 -0700)
This patch fixes the following checkpatch error:

  ERROR: code indent should use tabs where possible

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-imx6.c

index 233fe8a882649dfc4197b8ac58ff1dd0bdaed6e9..8a7530b3b62a2f5e8912d1f41a126ab1d5b6b51d 100644 (file)
@@ -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;
This page took 0.025737 seconds and 5 git commands to generate.