All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: drv2667: Fix Kconfig error for help screen
@ 2015-04-24 18:16 Dan Murphy
  2015-04-24 18:16 ` [PATCH] input: ff-core: Fix spelling mistake in ff-core Dan Murphy
  2015-05-05 12:05 ` [PATCH] Input: drv2667: Fix Kconfig error for help screen Dan Murphy
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Murphy @ 2015-04-24 18:16 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov, Dan Murphy

Fix the Kconfig for the drv2667 as there was a copy/paste
error.

Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 drivers/input/misc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 4436ab1..7838f1a 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -784,6 +784,6 @@ config INPUT_DRV2667_HAPTICS
 	  Say Y to enable support for the TI DRV2667 haptics driver.
 
 	  To compile this driver as a module, choose M here: the
-	  module will be called drv260x-haptics.
+	  module will be called drv2667-haptics.
 
 endif
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] input: ff-core: Fix spelling mistake in ff-core
  2015-04-24 18:16 [PATCH] Input: drv2667: Fix Kconfig error for help screen Dan Murphy
@ 2015-04-24 18:16 ` Dan Murphy
  2015-05-05 12:05   ` Dan Murphy
  2015-05-05 12:05 ` [PATCH] Input: drv2667: Fix Kconfig error for help screen Dan Murphy
  1 sibling, 1 reply; 5+ messages in thread
From: Dan Murphy @ 2015-04-24 18:16 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov, Dan Murphy

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;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Input: drv2667: Fix Kconfig error for help screen
  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
  1 sibling, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2015-05-05 12:05 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov

Bump
On 04/24/2015 01:16 PM, Dan Murphy wrote:
> Fix the Kconfig for the drv2667 as there was a copy/paste
> error.
>
> Signed-off-by: Dan Murphy <dmurphy@ti.com>
> ---
>  drivers/input/misc/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
> index 4436ab1..7838f1a 100644
> --- a/drivers/input/misc/Kconfig
> +++ b/drivers/input/misc/Kconfig
> @@ -784,6 +784,6 @@ config INPUT_DRV2667_HAPTICS
>  	  Say Y to enable support for the TI DRV2667 haptics driver.
>  
>  	  To compile this driver as a module, choose M here: the
> -	  module will be called drv260x-haptics.
> +	  module will be called drv2667-haptics.
>  
>  endif


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] input: ff-core: Fix spelling mistake in ff-core
  2015-04-24 18:16 ` [PATCH] input: ff-core: Fix spelling mistake in ff-core Dan Murphy
@ 2015-05-05 12:05   ` Dan Murphy
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2015-05-05 12:05 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] input: ff-core: Fix spelling mistake in ff-core
@ 2015-05-08 19:45 Dan Murphy
  0 siblings, 0 replies; 5+ messages in thread
From: Dan Murphy @ 2015-05-08 19:45 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov, Dan Murphy

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;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-05-08 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2015-05-05 12:05 ` [PATCH] Input: drv2667: Fix Kconfig error for help screen Dan Murphy
2015-05-08 19:45 [PATCH] input: ff-core: Fix spelling mistake in ff-core Dan Murphy

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.