Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1385931 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2016-04-25 00:00 +0200 |
| Last post | 2016-04-25 16:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] hwmon: sch5636: trivial fix of spelling mistake on revision Colin King <colin.king@canonical.com> - 2016-04-25 00:00 +0200
Re: [PATCH] hwmon: sch5636: trivial fix of spelling mistake on revision Guenter Roeck <linux@roeck-us.net> - 2016-04-25 16:30 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2016-04-25 00:00 +0200 |
| Subject | [PATCH] hwmon: sch5636: trivial fix of spelling mistake on revision |
| Message-ID | <rrAem-2Tu-9@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2016-04-25 16:30 +0200 |
| Subject | Re: [PATCH] hwmon: sch5636: trivial fix of spelling mistake on revision |
| Message-ID | <rrPGq-7oh-29@gated-at.bofh.it> |
| In reply to | #1385931 |
On 04/24/2016 02:55 PM, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > fix spelling mistake, revison -> revision > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Applied to hwmon-next. Thanks, Guenter
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web