All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Murphy <dmurphy@ti.com>
To: linux-input@vger.kernel.org
Cc: dmitry.torokhov@gmail.com
Subject: Re: [PATCH] input: ff-core: Fix spelling mistake in ff-core
Date: Tue, 5 May 2015 07:05:40 -0500	[thread overview]
Message-ID: <5548B214.8000501@ti.com> (raw)
In-Reply-To: <1429899401-7629-2-git-send-email-dmurphy@ti.com>

bump
On 04/24/2015 01:16 PM, Dan Murphy wrote:
> Fix spelling of magnitude
> s/manginude/magnitude
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  drivers/input/ff-core.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/input/ff-core.c b/drivers/input/ff-core.c
> index b81c88c..d10154e 100644
> --- a/drivers/input/ff-core.c
> +++ b/drivers/input/ff-core.c
> @@ -70,12 +70,11 @@ 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 +
>  			    effect->u.rumble.weak_magnitude / 6;
> -
>  		effect->type = FF_PERIODIC;
>  		effect->u.periodic.waveform = FF_SINE;
>  		effect->u.periodic.period = 50;


-- 
------------------
Dan Murphy


  reply	other threads:[~2015-05-05 12:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-24 18:16 [PATCH] Input: drv2667: Fix Kconfig error for help screen Dan Murphy
2015-04-24 18:16 ` [PATCH] input: ff-core: Fix spelling mistake in ff-core Dan Murphy
2015-05-05 12:05   ` Dan Murphy [this message]
2015-05-05 12:05 ` [PATCH] Input: drv2667: Fix Kconfig error for help screen Dan Murphy
  -- strict thread matches above, loose matches on Subject: below --
2015-05-08 19:45 [PATCH] input: ff-core: Fix spelling mistake in ff-core Dan Murphy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5548B214.8000501@ti.com \
    --to=dmurphy@ti.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.