projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a9c23
)
hwmon: (sch5636) trivial fix of spelling mistake on revision
author
Colin Ian King
<colin.king@canonical.com>
Sun, 24 Apr 2016 21:55:47 +0000
(22:55 +0100)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 25 Apr 2016 14:26:29 +0000
(07:26 -0700)
fix spelling mistake, revison -> revision
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/sch5636.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/sch5636.c
b/drivers/hwmon/sch5636.c
index 131a2815dbdabebd118f01860d266184c7a98128..d24d7b6047f28745f89f8f5e74b9dd946adcb374 100644
(file)
--- 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, revis
i
on: %d.%02d\n", DEVNAME,
data->addr, revision[0], revision[1]);
/* Read all temp + fan ctrl registers to determine which are active */