From a318cc90687a2e4479d849ab8b8b6957614f39c6 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Mon, 21 Oct 2013 13:35:45 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/173921 Reviewed-by: Vic Yang --- include/ec_commands.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include') 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. */ -- cgit v1.2.1