* [PATCH] hwmon: sch5636: trivial fix of spelling mistake on revision
@ 2016-04-24 21:55 Colin King
2016-04-25 14:27 ` Guenter Roeck
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-04-24 21:55 UTC (permalink / raw)
To: Jean Delvare, Guenter Roeck, Jiri Kosina, linux-hwmon; +Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
fix spelling mistake, revison -> revision
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/hwmon/sch5636.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hwmon/sch5636.c b/drivers/hwmon/sch5636.c
index 131a281..d24d7b6 100644
--- a/drivers/hwmon/sch5636.c
+++ b/drivers/hwmon/sch5636.c
@@ -449,7 +449,7 @@ static int sch5636_probe(struct platform_device *pdev)
}
revision[i] = val;
}
- pr_info("Found %s chip at %#hx, revison: %d.%02d\n", DEVNAME,
+ pr_info("Found %s chip at %#hx, revision: %d.%02d\n", DEVNAME,
data->addr, revision[0], revision[1]);
/* Read all temp + fan ctrl registers to determine which are active */
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-25 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-24 21:55 [PATCH] hwmon: sch5636: trivial fix of spelling mistake on revision Colin King
2016-04-25 14:27 ` Guenter Roeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox