[source] kernel: fix typo in input-gpio-encoder package title
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 26 13:40:18 PST 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0
commit bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0
Author: Avi H. D <strykar at hotmail.com>
AuthorDate: Fri Nov 25 02:19:35 2016 +0530
kernel: fix typo in input-gpio-encoder package title
Line 115, 'rotary' was misspelled as 'rotay'
Signed off by: Avinash Duduskar <strykar at hotmail.com>
---
package/kernel/linux/modules/input.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk
index 23ead51..e410fe8 100644
--- a/package/kernel/linux/modules/input.mk
+++ b/package/kernel/linux/modules/input.mk
@@ -112,7 +112,7 @@ $(eval $(call KernelPackage,input-gpio-keys-polled))
define KernelPackage/input-gpio-encoder
SUBMENU:=$(INPUT_MODULES_MENU)
- TITLE:=GPIO rotay encoder
+ TITLE:=GPIO rotary encoder
DEPENDS:=@GPIO_SUPPORT +kmod-input-core
KCONFIG:=CONFIG_INPUT_GPIO_ROTARY_ENCODER
FILES:=$(LINUX_DIR)/drivers/input/misc/rotary_encoder.ko
More information about the lede-commits
mailing list