[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1389978158-1117-1-git-send-email-matthias.bgg@gmail.com>
Date: Fri, 17 Jan 2014 18:02:38 +0100
From: Matthias Brugger <matthias.bgg@...il.com>
To: Anton Vorontsov <anton@...msg.org>,
David Woodhouse <dwmw2@...radead.org>,
linux-kernel@...r.kernel.org
Cc: Matthias Brugger <matthias.bgg@...il.com>
Subject: [PATCH] power: ds2782_battery: Typo in comment
Change missleading comment to actual shift value provided by the chip.
Signed-off-by: Matthias Brugger <matthias.bgg@...il.com>
---
drivers/power/ds2782_battery.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/power/ds2782_battery.c b/drivers/power/ds2782_battery.c
index 5631748..041f9b6 100644
--- a/drivers/power/ds2782_battery.c
+++ b/drivers/power/ds2782_battery.c
@@ -192,7 +192,7 @@ static int ds2786_get_voltage(struct ds278x_info *info, int *voltage_uV)
/*
* Voltage is measured in units of 1.22mV. The voltage is stored as
- * a 10-bit number plus sign, in the upper bits of a 16-bit register
+ * a 12-bit number plus sign, in the upper bits of a 16-bit register
*/
err = ds278x_read_reg16(info, DS278x_REG_VOLT_MSB, &raw);
if (err)
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists