summaryrefslogtreecommitdiffstats
path: root/Documentation/pinctrl.txt
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-05-28 10:31:48 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-06-16 11:56:51 +0200
commit7bbc87b801fcaa817d828fdaa0ca8c6d223a1347 (patch)
treebd61b8298240100cf610de3c18548506de3b5498 /Documentation/pinctrl.txt
parentd2752ae54d4ac36a5c05450cfce470bff9dc6faa (diff)
downloadlinux-0-day-7bbc87b801fcaa817d828fdaa0ca8c6d223a1347.tar.gz
linux-0-day-7bbc87b801fcaa817d828fdaa0ca8c6d223a1347.tar.xz
Documentation/pinctrl.txt: fix typo "with with"
Fix typo in "communicate directly with with the pinctrl subsystem". Signed-off-by: James Hogan <james.hogan@imgtec.com> Cc: Linus Walleij <linus.walleij@linaro.org> Acked-by: Rob Landley <rob@landley.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/pinctrl.txt')
-rw-r--r--Documentation/pinctrl.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index 447fd4cd54ec8..f6e664b6e36b5 100644
--- a/Documentation/pinctrl.txt
+++ b/Documentation/pinctrl.txt
@@ -1226,8 +1226,8 @@ setting up the config and muxing for the pins right before the device is
probing, nevertheless orthogonal to the GPIO subsystem.
But there are also situations where it makes sense for the GPIO subsystem
-to communicate directly with with the pinctrl subsystem, using the latter
-as a back-end. This is when the GPIO driver may call out to the functions
+to communicate directly with the pinctrl subsystem, using the latter as a
+back-end. This is when the GPIO driver may call out to the functions
described in the section "Pin control interaction with the GPIO subsystem"
above. This only involves per-pin multiplexing, and will be completely
hidden behind the gpio_*() function namespace. In this case, the driver