]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
i2c: drop duplicated word in the header file
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 17 Jul 2020 23:38:15 +0000 (16:38 -0700)
committerWolfram Sang <wsa@kernel.org>
Wed, 22 Jul 2020 10:54:14 +0000 (12:54 +0200)
Drop the doubled word "be" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
include/linux/i2c.h

index b8b8963f8bb951df304bf8452fe5286df4fffa59..ee328cf80bd97e8b46ec255d1654f7023925f0aa 100644 (file)
@@ -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);