Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Delete the redundant word 'to'

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
[wsa: fixed prefix in subject]
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by

Xiang wangx and committed by
Wolfram Sang
8b6d8d00 246313e3

+2 -2
+2 -2
drivers/i2c/busses/i2c-cros-ec-tunnel.c
··· 107 107 /** 108 108 * ec_i2c_count_response - Count bytes needed for ec_i2c_parse_response 109 109 * 110 - * @i2c_msgs: The i2c messages to to fill up. 110 + * @i2c_msgs: The i2c messages to fill up. 111 111 * @num: The number of i2c messages expected. 112 112 * 113 113 * Returns the number of response bytes expeced. ··· 131 131 * We'll take the EC's response and copy it back into msgs. 132 132 * 133 133 * @buf: The buffer to parse. 134 - * @i2c_msgs: The i2c messages to to fill up. 134 + * @i2c_msgs: The i2c messages to fill up. 135 135 * @num: The number of i2c messages; will be modified to include the actual 136 136 * number received. 137 137 *