diff options
author | Randall Spangler <rspangler@chromium.org> | 2013-10-31 11:54:55 -0700 |
---|---|---|
committer | chrome-internal-fetch <chrome-internal-fetch@google.com> | 2013-11-01 17:13:07 +0000 |
commit | 760ace07a5cc4b7dc5e8f2ec59068a84562be162 (patch) | |
tree | c229d8e33f43c002b5a36de13becf639b4e12b27 /include | |
parent | fa13ac76b10847e133d654654f0a9418f87d11fb (diff) | |
download | chrome-ec-760ace07a5cc4b7dc5e8f2ec59068a84562be162.tar.gz |
cleanup: Improve / remove more TODO comments
Add bug references. Remove one assert that can no longer be triggered.
BUG=chrome-os-partner:18343
BRANCH=none
TEST=build all boards; pass unit tests
Change-Id: I3f4d2e4f2f3343a8d0531cb0715d151eaa4d0b50
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/175293
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index e53cc301e4..32bb725e11 100644 --- a/include/config.h +++ b/include/config.h @@ -31,9 +31,9 @@ * may override this by #undef'ing them in config_chip.h or board.h, * respectively. * - * TODO(rspangler): describe all of these. Also describe the HAS_TASK_* macro - * and how/when it should be used vs. a config define. And BOARD_*, CHIP_*, - * and CHIP_FAMILY_*. + * TODO(crosbug.com/p/23758): Describe all of these. Also describe the + * HAS_TASK_* macro and how/when it should be used vs. a config define. And + * BOARD_*, CHIP_*, and CHIP_FAMILY_*. */ /* Compile chip support for analog-to-digital convertor */ |