Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -48,5 +48,4 @@ void __init titan_ht_pcibios_fixup_bus(struct pci_bus *bus)
	/*
	 * PLX and SPKT related changes go here
	 */

}