mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 14:14:54 +00:00
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>
This commit is contained in:
parent
c857ea9e1c
commit
8a4dda79a3
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ static int compat_effect(struct ff_device *ff, struct ff_effect *effect)
|
||||||
return -EINVAL;
|
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
|
* 2/3 of strong magnitude and 1/3 of weak magnitude
|
||||||
*/
|
*/
|
||||||
magnitude = effect->u.rumble.strong_magnitude / 3 +
|
magnitude = effect->u.rumble.strong_magnitude / 3 +
|
||||||
|
|
Loading…
Add table
Reference in a new issue