projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c857ea9
)
Input: ff-core - fix spelling mistake in ff-core
author
Dan Murphy
<dmurphy@ti.com>
Fri, 8 May 2015 23:01:39 +0000
(16:01 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Fri, 8 May 2015 23:35:58 +0000
(16:35 -0700)
Fix spelling of magnitude
s/manginude/magnitude
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/ff-core.c
patch
|
blob
|
history
diff --git
a/drivers/input/ff-core.c
b/drivers/input/ff-core.c
index
b81c88c
..
375d1ca
100644
(file)
--- 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 ma
ngin
ude of sine wave as average of rumble's
+ * calculate ma
gnit
ude 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 +