diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-06-24 18:31:32 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2016-06-27 18:58:03 -0700 |
commit | 51b8c2cd92f1b59657a13339dffcca79c76126d1 (patch) | |
tree | 3c57c9961f0509333df0533d40d8b57173f11f75 /drivers/hwmon | |
parent | 9d58bec0966bfc87948244b81056137e6d214e04 (diff) | |
download | linux-stable-51b8c2cd92f1b59657a13339dffcca79c76126d1.tar.gz linux-stable-51b8c2cd92f1b59657a13339dffcca79c76126d1.tar.bz2 linux-stable-51b8c2cd92f1b59657a13339dffcca79c76126d1.zip |
hwmon: (emc6w201): trivial fix of spelling mistake "Unknwown" -> "Unknown"
trivial fix to spelling mistake in dev_dbg message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/emc6w201.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/emc6w201.c b/drivers/hwmon/emc6w201.c index ada90716448d..f37fe2011640 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; } |