From: Randy Dunlap Date: Fri, 17 Jul 2020 23:38:15 +0000 (-0700) Subject: i2c: drop duplicated word in the header file X-Git-Tag: v5.10.7~2092^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aca7ed091117d9b4ce499855c383119afb2819a2;p=platform%2Fkernel%2Flinux-rpi.git i2c: drop duplicated word in the header file Drop the doubled word "be" in a comment. Signed-off-by: Randy Dunlap Signed-off-by: Wolfram Sang --- diff --git a/include/linux/i2c.h b/include/linux/i2c.h index b8b8963..ee328cf 100644 --- a/include/linux/i2c.h +++ b/include/linux/i2c.h @@ -56,7 +56,7 @@ struct property_entry; * on a bus (or read from them). Apart from two basic transfer functions to * transmit one message at a time, a more complex version can be used to * transmit an arbitrary number of messages without interruption. - * @count must be be less than 64k since msg.len is u16. + * @count must be less than 64k since msg.len is u16. */ int i2c_transfer_buffer_flags(const struct i2c_client *client, char *buf, int count, u16 flags);