[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <a4430474-d8a2-deda-b0eb-de1a743d4e72@infradead.org>
Date: Wed, 19 Oct 2022 07:48:31 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Jilin Yuan <yuanjilin@...rlc.com>
Cc: linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] i2c: fix repeated words in comments
On 10/19/22 06:00, Jilin Yuan wrote:
> Delete the redundant word 'to'.
>
> Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
> ---
> drivers/i2c/busses/i2c-viperboard.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/i2c/busses/i2c-viperboard.c b/drivers/i2c/busses/i2c-viperboard.c
> index 8b5322c3bce0..8f87394abbcf 100644
> --- a/drivers/i2c/busses/i2c-viperboard.c
> +++ b/drivers/i2c/busses/i2c-viperboard.c
> @@ -318,7 +318,7 @@ static int vprbrd_i2c_xfer(struct i2c_adapter *i2c, struct i2c_msg *msgs,
> amsg->addr = pmsg->addr;
> amsg->unknown1 = 0x00;
> amsg->len = cpu_to_le16(pmsg->len);
> - /* send the addr, the data goes to to board */
to the board */
would be better.
> + /* send the addr, the data goes to board */
> ret = vprbrd_i2c_addr(vb->usb_dev, amsg);
> if (ret < 0)
> error = ret;
--
~Randy
Powered by blists - more mailing lists