From: Adrian Bunk Date: Thu, 17 Jul 2008 18:18:54 +0000 (+1000) Subject: powerpc/boot: Change spaces to tabs X-Git-Tag: v2.6.27-rc1~865^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=542a3a3bc9d9c176f7cb332948df1cb8ff91fa64;p=pandora-kernel.git powerpc/boot: Change spaces to tabs For C code spaces versus tabs is just a religious issue, but for Makefiles it actually matters. This patch fixes he following errors: /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:166: *** missing separator. Stop. /home/bunk/linux/kernel-2.6/git/linux-2.6/arch/powerpc/boot/Makefile:171: *** missing separator. Stop. Since this was inside an ifdef DTC_GENPARSER it was not a problem unless someone wanted to regenerate the shipped generated files. Signed-off-by: Adrian Bunk Acked-by: David Gibson Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed