From: Florian Fainelli Date: Sun, 10 Dec 2006 23:25:56 +0000 (+0000) Subject: Fix trailing spaces (#1041) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e265a42cc5b659539685f52f60395cf2c8b206cd;p=openwrt%2Fsvn-archive%2Farchive.git Fix trailing spaces (#1041) SVN-Revision: 5755 --- diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index b82b2d43eb..c07e8f4fa3 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -209,9 +209,9 @@ $(eval $(call KMOD_template,VFAT,vfat,\ $(MODULES_DIR)/kernel/fs/vfat/vfat.o \ $(MODULES_DIR)/kernel/fs/fat/fat.o \ ,CONFIG_VFAT_FS,,30,fat vfat)) -$(eval $(call KMOD_template,MSDOS,msdos,\ - $(MODULES_DIR)/kernel/fs/msdos/msdos.o \ -,CONFIG_MSDOS_FS,,30,msdos)) +$(eval $(call KMOD_template,MSDOS,msdos,\ + $(MODULES_DIR)/kernel/fs/msdos/msdos.o \ +,CONFIG_MSDOS_FS,,30,msdos)) $(eval $(call KMOD_template,NLS_CP437,nls-cp437,\ $(MODULES_DIR)/kernel/fs/nls/nls_cp437.o \ ,CONFIG_NLS_CODEPAGE_437,,40,nls_cp437.o))