summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-10-31 09:50:42 -0700
committerchrome-internal-fetch <chrome-internal-fetch@google.com>2013-10-31 21:57:29 +0000
commitea188ffdb7dd75e3bfc50c248436bd29388b90e1 (patch)
tree41cd49c046a4f8eaf286c8e2764ee224d033f5d6 /common/host_command.c
parentaf8d3f9536010072c673dbf447bd08742628a222 (diff)
downloadchrome-ec-ea188ffdb7dd75e3bfc50c248436bd29388b90e1.tar.gz
cleanup: TODOs in ec_commands.h
Comment changes only; no code changes. BUG=chrome-os-partner:11223 BRANCH=none TEST=build all boards; pass unit tests Change-Id: I8f6f57514886dd1fda0e44cae1b036c22be481f8 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/175228 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to 'common/host_command.c')
-rw-r--r--common/host_command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/host_command.c b/common/host_command.c
index 34c274001a..a0d703b90a 100644
--- a/common/host_command.c
+++ b/common/host_command.c
@@ -372,6 +372,7 @@ void host_command_task(void)
/*****************************************************************************/
/* Host commands */
+/* TODO(crosbug.com/p/11223): Remove this once the kernel no longer cares */
static int host_command_proto_version(struct host_cmd_handler_args *args)
{
struct ec_response_proto_version *r = args->response;