···107107/**108108 * ec_i2c_count_response - Count bytes needed for ec_i2c_parse_response109109 *110110- * @i2c_msgs: The i2c messages to to fill up.110110+ * @i2c_msgs: The i2c messages to fill up.111111 * @num: The number of i2c messages expected.112112 *113113 * Returns the number of response bytes expeced.···131131 * We'll take the EC's response and copy it back into msgs.132132 *133133 * @buf: The buffer to parse.134134- * @i2c_msgs: The i2c messages to to fill up.134134+ * @i2c_msgs: The i2c messages to fill up.135135 * @num: The number of i2c messages; will be modified to include the actual136136 * number received.137137 *