diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2010-05-23 15:52:03 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:25:41 -0400 |
commit | d3bbfbc29d5010d4288f089370682a7b882fa559 (patch) | |
tree | 78ec963991d36a14af69be18776a6765493f8baf /arch/mips/pmc-sierra | |
parent | 339e658b88108d4bc7daf61736df494dcf4a43e4 (diff) |
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: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1268/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pmc-sierra')
-rw-r--r-- | arch/mips/pmc-sierra/yosemite/ht-irq.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/arch/mips/pmc-sierra/yosemite/ht-irq.c b/arch/mips/pmc-sierra/yosemite/ht-irq.c index 5aec4057314e..86b98e98fb4f 100644 --- a/arch/mips/pmc-sierra/yosemite/ht-irq.c +++ b/arch/mips/pmc-sierra/yosemite/ht-irq.c | |||
@@ -35,18 +35,17 @@ | |||
35 | */ | 35 | */ |
36 | void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus) | 36 | void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus) |
37 | { | 37 | { |
38 | struct pci_bus *current_bus = bus; | 38 | struct pci_bus *current_bus = bus; |
39 | struct pci_dev *devices; | 39 | struct pci_dev *devices; |
40 | struct list_head *devices_link; | 40 | struct list_head *devices_link; |
41 | 41 | ||
42 | list_for_each(devices_link, &(current_bus->devices)) { | 42 | list_for_each(devices_link, &(current_bus->devices)) { |
43 | devices = pci_dev_b(devices_link); | 43 | devices = pci_dev_b(devices_link); |
44 | if (devices == NULL) | 44 | if (devices == NULL) |
45 | continue; | 45 | continue; |
46 | } | 46 | } |
47 | 47 | ||
48 | /* | 48 | /* |
49 | * PLX and SPKT related changes go here | 49 | * PLX and SPKT related changes go here |
50 | */ | 50 | */ |
51 | |||
52 | } | 51 | } |