Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Loongson: Fixup mem.c indentation

Replace whitespace by tabs.

Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: yanh@lemote.com
Cc: huhb@lemote.com
Cc: zhangfx@lemote.com
Patchwork: http://patchwork.linux-mips.org/patch/828/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Wu Zhangjin and committed by
Ralf Baechle
50549bda 1ae86a67

+4 -3
+4 -3
arch/mips/loongson/common/mem.c
··· 16 16 17 17 void __init prom_init_memory(void) 18 18 { 19 - add_memory_region(0x0, (memsize << 20), BOOT_MEM_RAM); 19 + add_memory_region(0x0, (memsize << 20), BOOT_MEM_RAM); 20 20 21 - add_memory_region(memsize << 20, LOONGSON_PCI_MEM_START - (memsize << 22 - 20), BOOT_MEM_RESERVED); 21 + add_memory_region(memsize << 20, LOONGSON_PCI_MEM_START - (memsize << 22 + 20), BOOT_MEM_RESERVED); 23 + 23 24 #ifdef CONFIG_CPU_SUPPORTS_ADDRWINCFG 24 25 { 25 26 int bit;