Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1429004 > unrolled thread

[PATCH] Input: regulator-haptic: fix spelling mistake: "dveice" -> "device"

Started byColin King <colin.king@canonical.com>
First post2016-06-22 19:10 +0200
Last post2016-06-23 02:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] Input: regulator-haptic: fix spelling mistake: "dveice" -> "device" Colin King <colin.king@canonical.com> - 2016-06-22 19:10 +0200
    Re: [PATCH] Input: regulator-haptic: fix spelling mistake: "dveice"  -> "device" Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-06-23 02:10 +0200

#1429004 — [PATCH] Input: regulator-haptic: fix spelling mistake: "dveice" -> "device"

FromColin King <colin.king@canonical.com>
Date2016-06-22 19:10 +0200
Subject[PATCH] Input: regulator-haptic: fix spelling mistake: "dveice" -> "device"
Message-ID<rMTP4-6im-51@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/input/misc/regulator-haptic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/misc/regulator-haptic.c b/drivers/input/misc/regulator-haptic.c
index a804705..2e8f801 100644
--- a/drivers/input/misc/regulator-haptic.c
+++ b/drivers/input/misc/regulator-haptic.c
@@ -124,7 +124,7 @@ regulator_haptic_parse_dt(struct device *dev, struct regulator_haptic *haptic)
 
 	node = dev->of_node;
 	if(!node) {
-		dev_err(dev, "Missing dveice tree data\n");
+		dev_err(dev, "Missing device tree data\n");
 		return -EINVAL;
 	}
 
-- 
2.8.1

[toc] | [next] | [standalone]


#1429353 — Re: [PATCH] Input: regulator-haptic: fix spelling mistake: "dveice" -> "device"

FromDmitry Torokhov <dmitry.torokhov@gmail.com>
Date2016-06-23 02:10 +0200
SubjectRe: [PATCH] Input: regulator-haptic: fix spelling mistake: "dveice" -> "device"
Message-ID<rN0nw-28g-9@gated-at.bofh.it>
In reply to#1429004
On Wed, Jun 22, 2016 at 06:02:29PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> trivial fix to spelling mistake
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thank you.

> ---
>  drivers/input/misc/regulator-haptic.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/misc/regulator-haptic.c b/drivers/input/misc/regulator-haptic.c
> index a804705..2e8f801 100644
> --- a/drivers/input/misc/regulator-haptic.c
> +++ b/drivers/input/misc/regulator-haptic.c
> @@ -124,7 +124,7 @@ regulator_haptic_parse_dt(struct device *dev, struct regulator_haptic *haptic)
>  
>  	node = dev->of_node;
>  	if(!node) {
> -		dev_err(dev, "Missing dveice tree data\n");
> +		dev_err(dev, "Missing device tree data\n");
>  		return -EINVAL;
>  	}
>  
> -- 
> 2.8.1
> 

-- 
Dmitry

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web