summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-11-01 10:15:48 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-11-02 01:07:10 +0000
commit00682eb80fe159c1d037c721f2dd15c1be44bd12 (patch)
tree1a4365c129c6416a18e2198da5ea35c0829cb5da /driver
parent874effa445584c04909735b96e082cc9c5787883 (diff)
downloadchrome-ec-00682eb80fe159c1d037c721f2dd15c1be44bd12.tar.gz
cleanup: Still more TODO comments
More of same. Comment changes only; no code changes. BUG=chrome-os-partner:18343 BRANCH=none TEST=build all platforms; pass unit tests Change-Id: I8c42ed7d332cd9d461067e1aeac670855106cbcd Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/175405 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'driver')
-rw-r--r--driver/battery/smart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/battery/smart.c b/driver/battery/smart.c
index 29af6286ad..87105dfab2 100644
--- a/driver/battery/smart.c
+++ b/driver/battery/smart.c
@@ -124,8 +124,8 @@ int battery_charging_allowed(int *allowed)
int v, c, rv;
/*
- * TODO(rspangler): This re-reads the battery current and voltage,
- * which is silly because charge_state.c just read them.
+ * TODO(crosbug.com/p/23811): This re-reads the battery current and
+ * voltage, which is silly because charge_state.c just read them.
*/
rv = battery_desired_voltage(&v) | battery_desired_current(&c);
if (rv)