summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/extpower_spring.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/extpower_spring.h b/include/extpower_spring.h
index a4716d4532..db38f2c230 100644
--- a/include/extpower_spring.h
+++ b/include/extpower_spring.h
@@ -11,10 +11,10 @@
#include "common.h"
/*
- * TODO: this currently piggy-backs on the charger task. Should be able to
- * move updates to deferred functions and get rid of all the ifdef's in the
- * charger task. At that point, all these APIs will be internal to the
- * extpower module and this entire header file can go away.
+ * TODO(crosbug.com/p/23813): this currently piggy-backs on the charger task.
+ * Should be able to move updates to deferred functions and get rid of all the
+ * ifdef's in the charger task. At that point, all these APIs will be internal
+ * to the extpower module and this entire header file can go away.
*/
/**