Skip to content

Commit 8b6d8d0

Browse files
Xiang wangxwsakernel
authored andcommitted
i2c: cros-ec-tunnel: Fix syntax errors in comments
Delete the redundant word 'to' Signed-off-by: Xiang wangx <[email protected]> [wsa: fixed prefix in subject] Signed-off-by: Wolfram Sang <[email protected]>
1 parent 246313e commit 8b6d8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/i2c/busses/i2c-cros-ec-tunnel.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ static int ec_i2c_construct_message(u8 *buf, const struct i2c_msg i2c_msgs[],
107107
/**
108108
* ec_i2c_count_response - Count bytes needed for ec_i2c_parse_response
109109
*
110-
* @i2c_msgs: The i2c messages to to fill up.
110+
* @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.
@@ -131,7 +131,7 @@ static int ec_i2c_count_response(struct i2c_msg i2c_msgs[], int num)
131131
* We'll take the EC's response and copy it back into msgs.
132132
*
133133
* @buf: The buffer to parse.
134-
* @i2c_msgs: The i2c messages to to fill up.
134+
* @i2c_msgs: The i2c messages to fill up.
135135
* @num: The number of i2c messages; will be modified to include the actual
136136
* number received.
137137
*

0 commit comments

Comments
 (0)