linux-i2c.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] I2C: linux/i2c.h: drop duplicated word in a comment
@ 2020-07-17 23:38 Randy Dunlap
  2020-07-22 10:46 ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-07-17 23:38 UTC (permalink / raw)
  To: LKML, Wolfram Sang, linux-i2c

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(-)

--- 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);


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] I2C: linux/i2c.h: drop duplicated word in a comment
  2020-07-17 23:38 [PATCH] I2C: linux/i2c.h: drop duplicated word in a comment Randy Dunlap
@ 2020-07-22 10:46 ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2020-07-22 10:46 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: LKML, linux-i2c

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

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!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-22 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17 23:38 [PATCH] I2C: linux/i2c.h: drop duplicated word in a comment Randy Dunlap
2020-07-22 10:46 ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).