aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorAvi H. D <strykar@hotmail.com>2016-11-25 02:19:35 +0530
committerJohn Crispin <john@phrozen.org>2016-11-26 22:00:30 +0100
commitbbdb20f6499c76c4e1f46ee83a4e80e46a5000d0 (patch)
tree35f4191d49fcf87434bbcd65ac552376568dee9f /package/kernel
parent2c05fd7ef429cd4f10f44adf604bbc814b189c6b (diff)
downloadupstream-bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0.tar.gz
upstream-bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0.tar.bz2
upstream-bbdb20f6499c76c4e1f46ee83a4e80e46a5000d0.zip
kernel: fix typo in input-gpio-encoder package title
Line 115, 'rotary' was misspelled as 'rotay' Signed off by: Avinash Duduskar <strykar@hotmail.com>
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/linux/modules/input.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/modules/input.mk
index 23ead51485..e410fe8d0c 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