diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-20 09:41:48 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-20 09:41:48 +0000 |
commit | 330ae61b1b8e136b268d2a9316e434a6ca842979 (patch) | |
tree | 960e189553a25de72c6d7cce2444e97d226e18f7 /package/kernel/modules/sound.mk | |
parent | 4305c6cda18051efad9952425a8ce2478adc64b9 (diff) | |
download | upstream-330ae61b1b8e136b268d2a9316e434a6ca842979.tar.gz upstream-330ae61b1b8e136b268d2a9316e434a6ca842979.tar.bz2 upstream-330ae61b1b8e136b268d2a9316e434a6ca842979.zip |
package/kernel: remove trailing whitespaces from *.mk files
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35691
Diffstat (limited to 'package/kernel/modules/sound.mk')
-rw-r--r-- | package/kernel/modules/sound.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index f80fa36c01..877d31ba0f 100644 --- a/package/kernel/modules/sound.mk +++ b/package/kernel/modules/sound.mk @@ -81,7 +81,7 @@ define KernelPackage/ac97 KCONFIG:=CONFIG_SND_AC97_CODEC FILES:= \ $(LINUX_DIR)/sound/ac97_bus.ko \ - $(LINUX_DIR)/sound/pci/ac97/snd-ac97-codec.ko + $(LINUX_DIR)/sound/pci/ac97/snd-ac97-codec.ko AUTOLOAD:=$(call AutoLoad,35,ac97_bus snd-ac97-codec) $(call AddDepends/sound) endef @@ -121,7 +121,7 @@ endef define KernelPackage/sound-i8x0/description support for the integrated AC97 sound device on motherboards - with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using + with Intel/SiS/nVidia/AMD chipsets, or ALi chipsets using the M5455 Audio Controller. endef |