summaryrefslogtreecommitdiff
path: root/util/comm-dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/comm-dev.c')
-rw-r--r--util/comm-dev.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/comm-dev.c b/util/comm-dev.c
index 1175f92555..eb3a4f9b47 100644
--- a/util/comm-dev.c
+++ b/util/comm-dev.c
@@ -108,11 +108,11 @@ int comm_init_dev(void)
ec_readmem = ec_readmem_dev;
/*
- * TODO: need a way to get this from the driver and EC. For now,
- * pick a magic lowest common denominator value. The ec_max_outsize
- * is set to handle v3 EC protocol. The ec_max_insize needs to be
- * set to the largest value that can be returned from the EC,
- * EC_PROTO2_MAX_PARAM_SIZE.
+ * TODO(crosbug.com/p/23823): Need a way to get this from the driver
+ * and EC. For now, pick a magic lowest common denominator value. The
+ * ec_max_outsize is set to handle v3 EC protocol. The ec_max_insize
+ * needs to be set to the largest value that can be returned from the
+ * EC, EC_PROTO2_MAX_PARAM_SIZE.
*/
ec_max_outsize = EC_PROTO2_MAX_PARAM_SIZE - 8;
ec_max_insize = EC_PROTO2_MAX_PARAM_SIZE;