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


Groups > linux.kernel > #1430829 > unrolled thread

[PATCH] hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"

Started byColin King <colin.king@canonical.com>
First post2016-06-24 19:40 +0200
Last post2016-06-25 04:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown" Colin King <colin.king@canonical.com> - 2016-06-24 19:40 +0200
    Re: [PATCH] hwmon: (emc6w201): trivial fix of spelling mistake  "Unknwown" -> "Unknown" Guenter Roeck <linux@roeck-us.net> - 2016-06-25 04:20 +0200

#1430829 — [PATCH] hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"

FromColin King <colin.king@canonical.com>
Date2016-06-24 19:40 +0200
Subject[PATCH] hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"
Message-ID<rNDfb-2Hg-3@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in dev_dbg message

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

diff --git a/drivers/hwmon/emc6w201.c b/drivers/hwmon/emc6w201.c
index ada9071..f37fe201 100644
--- a/drivers/hwmon/emc6w201.c
+++ b/drivers/hwmon/emc6w201.c
@@ -464,7 +464,7 @@ static int emc6w201_detect(struct i2c_client *client,
 	if (verstep < 0 || (verstep & 0xF0) != 0xB0)
 		return -ENODEV;
 	if ((verstep & 0x0F) > 2) {
-		dev_dbg(&client->dev, "Unknwown EMC6W201 stepping %d\n",
+		dev_dbg(&client->dev, "Unknown EMC6W201 stepping %d\n",
 			verstep & 0x0F);
 		return -ENODEV;
 	}
-- 
2.8.1

[toc] | [next] | [standalone]


#1431047 — Re: [PATCH] hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"

FromGuenter Roeck <linux@roeck-us.net>
Date2016-06-25 04:20 +0200
SubjectRe: [PATCH] hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"
Message-ID<rNLmp-83S-1@gated-at.bofh.it>
In reply to#1430829
On 06/24/2016 10:31 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in dev_dbg message
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---

Applied to -next.

Thanks,
Guenter

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web