projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
780affe
)
hwmon: (jc42) Fix multi-line comments
author
Guenter Roeck
<linux@roeck-us.net>
Thu, 19 Jan 2012 19:02:19 +0000
(11:02 -0800)
committer
Guenter Roeck
<guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:26:57 +0000
(18:26 -0700)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/jc42.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/jc42.c
b/drivers/hwmon/jc42.c
index
102e3ae
..
877e159
100644
(file)
--- a/
drivers/hwmon/jc42.c
+++ b/
drivers/hwmon/jc42.c
@@
-350,8
+350,10
@@
set(temp_min, JC42_REG_TEMP_LOWER);
set(temp_max, JC42_REG_TEMP_UPPER);
set(temp_crit, JC42_REG_TEMP_CRITICAL);
-/* JC42.4 compliant chips only support four hysteresis values.
- * Pick best choice and go from there. */
+/*
+ * JC42.4 compliant chips only support four hysteresis values.
+ * Pick best choice and go from there.
+ */
static ssize_t set_temp_crit_hyst(struct device *dev,
struct device_attribute *attr,
const char *buf, size_t count)