diff options
author | Sungbo Eo <mans0n@gorani.run> | 2020-02-08 09:50:41 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-02-08 17:58:38 +0100 |
commit | 9d03eede1829f82247acb5e303a598f05a2c6df3 (patch) | |
tree | 61da54866cfcc9a968d9595a3c0a45508a94b73a /package/kernel/linux/modules/sound.mk | |
parent | 766e778226f5d4c6ec49ce22b101a5dbd4306644 (diff) | |
download | upstream-9d03eede1829f82247acb5e303a598f05a2c6df3.tar.gz upstream-9d03eede1829f82247acb5e303a598f05a2c6df3.tar.bz2 upstream-9d03eede1829f82247acb5e303a598f05a2c6df3.zip |
kernel: fix typos in KernelPackage description
Fixes: ed2839ac4190 ("kernel/modules: add kmod-pmbus-zl6100 module")
Fixes: bbcb9de93547 ("Add package for gpio rotary encoder")
Fixes: 76854589829a ("package/kernel: package kmod-input-matrixkmap")
Fixes: 8bfef353850a ("kernel: rename kmod-switch-rtl8366_smi to
kmod-switch-rtl8366-smi to avoid underscores in package names")
Fixes: f03bf608b151 ("kernel: Add dummy sound driver")
Fixes: dda5d9b78643 ("ramips: rename pwm kernel module")
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'package/kernel/linux/modules/sound.mk')
-rw-r--r-- | package/kernel/linux/modules/sound.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index 8cea4c4a7b..a49ba6da6a 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -281,7 +281,7 @@ define KernelPackage/sound-dummy AUTOLOAD:=$(call AutoLoad,32,snd-dummy) endef -define KernelPackage/sound_dummy/description +define KernelPackage/sound-dummy/description Dummy sound device for Alsa when no hardware present endef |