aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2020-07-07 11:04:03 -0700
committerJonathan Corbet <[email protected]>2020-07-13 09:44:06 -0600
commite83adbca5b9c1ab3b0f11632a7ed4e4d0dd5c1b4 (patch)
tree3a261a3046671df224ff382f88dba41d5ea162e8
parente94f32c1206ea6f02c9ddfba649084c9fcabe95e (diff)
Documentation: i2c: eliminate duplicated word
Drop doubled word "new". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: Wolfram Sang <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r--Documentation/i2c/upgrading-clients.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/i2c/upgrading-clients.rst b/Documentation/i2c/upgrading-clients.rst
index 27d29032c138..1708090d7b8f 100644
--- a/Documentation/i2c/upgrading-clients.rst
+++ b/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