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

MIPS: Loongson: arch/mips/Makefile: Add missing whitespace

This patch add missing whitespace after every "+=" in the loongson
related part of arch/mips/Makefile.

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/827/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Wu Zhangjin and committed by
Ralf Baechle
1ae86a67 eb11df47

+3 -3
+3 -3
arch/mips/Makefile
··· 341 341 # 342 342 # Loongson family 343 343 # 344 - core-$(CONFIG_MACH_LOONGSON) +=arch/mips/loongson/ 344 + core-$(CONFIG_MACH_LOONGSON) += arch/mips/loongson/ 345 345 cflags-$(CONFIG_MACH_LOONGSON) += -I$(srctree)/arch/mips/include/asm/mach-loongson \ 346 346 -mno-branch-likely 347 - load-$(CONFIG_LEMOTE_FULOONG2E) +=0xffffffff80100000 348 - load-$(CONFIG_LEMOTE_MACH2F) +=0xffffffff80200000 347 + load-$(CONFIG_LEMOTE_FULOONG2E) += 0xffffffff80100000 348 + load-$(CONFIG_LEMOTE_MACH2F) += 0xffffffff80200000 349 349 350 350 # 351 351 # MIPS Malta board