Commit d3bbfbc2 authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Ralf Baechle

MIPS: Yosemite: ht-irq.c: Checkpatch cleanup

arch/mips/pmc-sierra/yosemite/ht-irq.c:38: ERROR: code indent should use tabs where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:39: ERROR: code indent should use tabs where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:40: ERROR: code indent should use tabs where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:43: ERROR: code indent should use tabs where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:44: ERROR: code indent should use tabs where possible
arch/mips/pmc-sierra/yosemite/ht-irq.c:45: ERROR: code indent should use tabs where possible
Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1268/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 339e658b
...@@ -35,18 +35,17 @@ ...@@ -35,18 +35,17 @@
*/ */
void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus) void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus)
{ {
struct pci_bus *current_bus = bus; struct pci_bus *current_bus = bus;
struct pci_dev *devices; struct pci_dev *devices;
struct list_head *devices_link; struct list_head *devices_link;
list_for_each(devices_link, &(current_bus->devices)) { list_for_each(devices_link, &(current_bus->devices)) {
devices = pci_dev_b(devices_link); devices = pci_dev_b(devices_link);
if (devices == NULL) if (devices == NULL)
continue; continue;
} }
/* /*
* PLX and SPKT related changes go here * PLX and SPKT related changes go here
*/ */
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment