aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2015-05-08 16:01:39 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2015-05-08 16:35:58 -0700
commit8a4dda79a383ed9b09aa3af3ef74941bec2ee042 (patch)
treeee0033205e74586113429cfb666afda7bf84eab7 /drivers/input
parentInput: drv2667 - fix Kconfig error for help screen (diff)
downloadlinux-dev-8a4dda79a383ed9b09aa3af3ef74941bec2ee042.tar.xz
linux-dev-8a4dda79a383ed9b09aa3af3ef74941bec2ee042.zip
Input: ff-core - fix spelling mistake in ff-core
Fix spelling of magnitude s/manginude/magnitude Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/ff-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/ff-core.c b/drivers/input/ff-core.c
index b81c88c43452..375d1ca14bd6 100644
--- a/drivers/input/ff-core.c
+++ b/drivers/input/ff-core.c
@@ -70,7 +70,7 @@ static int compat_effect(struct ff_device *ff, struct ff_effect *effect)
return -EINVAL;
/*
- * calculate manginude of sine wave as average of rumble's
+ * calculate magnitude of sine wave as average of rumble's
* 2/3 of strong magnitude and 1/3 of weak magnitude
*/
magnitude = effect->u.rumble.strong_magnitude / 3 +