diff mbox series

I2C: linux/i2c.h: drop duplicated word in a comment

Message ID 1d07a587-83b5-0bcb-2185-48ddb5dbc9d0@infradead.org
State Accepted
Headers show
Series I2C: linux/i2c.h: drop duplicated word in a comment | expand

Commit Message

Randy Dunlap July 17, 2020, 11:38 p.m. UTC
From: Randy Dunlap <rdunlap@infradead.org>

Drop the doubled word "be" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Wolfram Sang <wsa@kernel.org>
Cc: linux-i2c@vger.kernel.org
---
 include/linux/i2c.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wolfram Sang July 22, 2020, 10:46 a.m. UTC | #1
On Fri, Jul 17, 2020 at 04:38:15PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
> 
> Drop the doubled word "be" in a comment.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Wolfram Sang <wsa@kernel.org>
> Cc: linux-i2c@vger.kernel.org

Applied to for-current, thanks!
diff mbox series

Patch

--- linux-next-20200714.orig/include/linux/i2c.h
+++ linux-next-20200714/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);