brcm2708: fix warnings due to non-breaking space
authorÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 4 Aug 2019 09:10:31 +0000 (11:10 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 4 Aug 2019 09:10:31 +0000 (11:10 +0200)
Reported by ZWx4 on Github:
https://github.com/openwrt/openwrt/commit/19226502bf6393706defe7f049c587b32c9b4f33#r34555799

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/brcm2708/modules/sound.mk

index 92946bd9c7fe62a15f88c123e836309d68135a42..e70af01c46e563dcb3db00d5254c82d3ab236b8e 100644 (file)
@@ -530,7 +530,7 @@ define KernelPackage/sound-soc-hifiberry-dacplusadc-pro
     snd-soc-pcm512x snd-soc-pcm512x-i2c snd-soc-hifiberry-dacplusadcpro)
   DEPENDS:= \
     kmod-sound-soc-bcm2835-i2s \
-    +kmod-i2c-bcm2835 \
+    +kmod-i2c-bcm2835 \
     +kmod-regmap-i2c
   $(call AddDepends/sound)
 endef