From 51683ee83e5a737da218bcfa064993b6cd05b946 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Thu, 19 Jan 2012 11:02:22 -0800 Subject: [PATCH] hwmon: (max1111) Fix multi-line comments Signed-off-by: Guenter Roeck --- drivers/hwmon/max1111.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/hwmon/max1111.c b/drivers/hwmon/max1111.c index e5206ae00d7..362a40eb612 100644 --- a/drivers/hwmon/max1111.c +++ b/drivers/hwmon/max1111.c @@ -106,7 +106,8 @@ static ssize_t show_adc(struct device *dev, if (ret < 0) return ret; - /* assume the reference voltage to be 2.048V, with an 8-bit sample, + /* + * assume the reference voltage to be 2.048V, with an 8-bit sample, * the LSB weight is 8mV */ return sprintf(buf, "%d\n", ret * 8); -- 2.39.5