Commit 8b6d8d00 authored by Xiang wangx's avatar Xiang wangx Committed by Wolfram Sang

i2c: cros-ec-tunnel: Fix syntax errors in comments

Delete the redundant word 'to'
Signed-off-by: default avatarXiang wangx <wangxiang@cdjrlc.com>
[wsa: fixed prefix in subject]
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 246313e3
...@@ -107,7 +107,7 @@ static int ec_i2c_construct_message(u8 *buf, const struct i2c_msg i2c_msgs[], ...@@ -107,7 +107,7 @@ static int ec_i2c_construct_message(u8 *buf, const struct i2c_msg i2c_msgs[],
/** /**
* ec_i2c_count_response - Count bytes needed for ec_i2c_parse_response * ec_i2c_count_response - Count bytes needed for ec_i2c_parse_response
* *
* @i2c_msgs: The i2c messages to to fill up. * @i2c_msgs: The i2c messages to fill up.
* @num: The number of i2c messages expected. * @num: The number of i2c messages expected.
* *
* Returns the number of response bytes expeced. * Returns the number of response bytes expeced.
...@@ -131,7 +131,7 @@ static int ec_i2c_count_response(struct i2c_msg i2c_msgs[], int num) ...@@ -131,7 +131,7 @@ static int ec_i2c_count_response(struct i2c_msg i2c_msgs[], int num)
* We'll take the EC's response and copy it back into msgs. * We'll take the EC's response and copy it back into msgs.
* *
* @buf: The buffer to parse. * @buf: The buffer to parse.
* @i2c_msgs: The i2c messages to to fill up. * @i2c_msgs: The i2c messages to fill up.
* @num: The number of i2c messages; will be modified to include the actual * @num: The number of i2c messages; will be modified to include the actual
* number received. * number received.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment