diff mbox series

[09/20] Documentation: i2c: eliminate duplicated word

Message ID 20200707180414.10467-10-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series Documentation: eliminate duplicated words | expand

Commit Message

Randy Dunlap July 7, 2020, 6:04 p.m. UTC
Drop doubled word "new".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Wolfram Sang <wsa@kernel.org>
Cc: linux-i2c@vger.kernel.org
---
 Documentation/i2c/upgrading-clients.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Wolfram Sang July 21, 2020, 6:27 a.m. UTC | #1
On Tue, Jul 07, 2020 at 11:04:03AM -0700, Randy Dunlap wrote:
> Drop doubled word "new".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: linux-doc@vger.kernel.org
> Cc: Wolfram Sang <wsa@kernel.org>
> Cc: linux-i2c@vger.kernel.org

Reviewed-by: Wolfram Sang <wsa@kernel.org>
Wolfram Sang July 22, 2020, 10:49 a.m. UTC | #2
On Tue, Jul 07, 2020 at 11:04:03AM -0700, Randy Dunlap wrote:
> Drop doubled word "new".
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>

For the record:

Acked-by: Wolfram Sang <wsa@kernel.org>
diff mbox series

Patch

--- linux-next-20200701.orig/Documentation/i2c/upgrading-clients.rst
+++ linux-next-20200701/Documentation/i2c/upgrading-clients.rst
@@ -8,7 +8,7 @@  Introduction
 ------------
 
 This guide outlines how to alter existing Linux 2.6 client drivers from
-the old to the new new binding methods.
+the old to the new binding methods.
 
 
 Example old-style driver