projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b9c491
)
hwmon: (ltc4151) Fix multi-line comments
author
Guenter Roeck
<linux@roeck-us.net>
Thu, 19 Jan 2012 19:02:21 +0000
(11:02 -0800)
committer
Guenter Roeck
<guenter.roeck@ericsson.com>
Mon, 19 Mar 2012 01:27:16 +0000
(18:27 -0700)
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Cc: Per Dalen <per.dalen@appeartv.com>
drivers/hwmon/ltc4151.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/ltc4151.c
b/drivers/hwmon/ltc4151.c
index f646b4570c93b2e1e802337f66553c11cecdbe9e..4d005b219de2d4749211652561376da68b8454c2 100644
(file)
--- a/
drivers/hwmon/ltc4151.c
+++ b/
drivers/hwmon/ltc4151.c
@@
-154,7
+154,8
@@
static SENSOR_DEVICE_ATTR(in2_input, S_IRUGO, \
static SENSOR_DEVICE_ATTR(curr1_input, S_IRUGO, \
ltc4151_show_value, NULL, LTC4151_SENSE_H);
-/* Finally, construct an array of pointers to members of the above objects,
+/*
+ * Finally, construct an array of pointers to members of the above objects,
* as required for sysfs_create_group()
*/
static struct attribute *ltc4151_attributes[] = {