projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f114040
)
PCI: imx6: Use tabs for indentation
author
Jingoo Han
<jg1.han@samsung.com>
Wed, 12 Nov 2014 03:25:09 +0000
(12:25 +0900)
committer
Bjorn 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/pci/host/pci-imx6.c
b/drivers/pci/host/pci-imx6.c
index 233fe8a882649dfc4197b8ac58ff1dd0bdaed6e9..8a7530b3b62a2f5e8912d1f41a126ab1d5b6b51d 100644
(file)
--- 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;