Skip to content

Commit

Permalink
PCI: imx6: Use tabs for indentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jingoo Han authored and Bjorn Helgaas committed Nov 13, 2014
1 parent f114040 commit d88a7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/pci/host/pci-imx6.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d88a7ef

Please sign in to comment.