summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-10-21 13:35:45 -0700
committerRandall Spangler <rspangler@chromium.org>2013-10-22 17:55:42 +0000
commita318cc90687a2e4479d849ab8b8b6957614f39c6 (patch)
tree8435df326d3f00c3e1690b5bdd0c58b57a6fb643
parent600e36d664b33df3f239b098731652a72391db59 (diff)
downloadchrome-ec-a318cc90687a2e4479d849ab8b8b6957614f39c6.tar.gz
cleanup: Remove fixme from ec_commands.h
The fixme was just a feature request. I've moved it to a new bug. Comment change only; no code changes. BUG=chrome-os-partner:23457 BRANCH=none TEST=build rambi Change-Id: Ie3fc0482b6697c12040b868ba837073929cf5b82 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/173921 Reviewed-by: Vic Yang <victoryang@chromium.org>
-rw-r--r--include/ec_commands.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index d3eb7eefae..0c38166a90 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -594,10 +594,7 @@ struct ec_response_get_comms_status {
uint32_t flags; /* Mask of enum ec_comms_status */
} __packed;
-/*
- * Fake a variety of responses, purely for testing purposes.
- * FIXME: Would be nice to force checksum errors.
- */
+/* Fake a variety of responses, purely for testing purposes. */
#define EC_CMD_TEST_PROTOCOL 0x0a
/* Tell the EC what to send back to us. */