diff mbox

power: supply: 88pm860x_battery array_soc first number is in mV

Message ID 1508995310-3834-1-git-send-email-18502523564@163.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

winton.liu Oct. 26, 2017, 5:21 a.m. UTC
Fix wrong comments of array_soc description.
First number is mV not mAh.

Signed-off-by: winton.liu <18502523564@163.com>
---
 drivers/power/supply/88pm860x_battery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/power/supply/88pm860x_battery.c b/drivers/power/supply/88pm860x_battery.c
index 63c57dc..8f867fd 100644
--- a/drivers/power/supply/88pm860x_battery.c
+++ b/drivers/power/supply/88pm860x_battery.c
@@ -123,7 +123,7 @@  struct ccnt {
 
 /*
  * State of Charge.
- * The first number is mAh(=3.6C), and the second number is percent point.
+ * The first number is mV, and the second number is percent point.
  */
 static int array_soc[][2] = {
 	{4170, 100}, {4154, 99}, {4136, 98}, {4122, 97}, {4107, 96},