diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-05-28 05:31:48 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-16 05:56:51 -0400 |
commit | 7bbc87b801fcaa817d828fdaa0ca8c6d223a1347 (patch) | |
tree | bd61b8298240100cf610de3c18548506de3b5498 /Documentation/pinctrl.txt | |
parent | d2752ae54d4ac36a5c05450cfce470bff9dc6faa (diff) |
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.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt index 447fd4cd54ec..f6e664b6e36b 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 | |||
1226 | probing, nevertheless orthogonal to the GPIO subsystem. | 1226 | probing, nevertheless orthogonal to the GPIO subsystem. |
1227 | 1227 | ||
1228 | But there are also situations where it makes sense for the GPIO subsystem | 1228 | But there are also situations where it makes sense for the GPIO subsystem |
1229 | to communicate directly with with the pinctrl subsystem, using the latter | 1229 | to communicate directly with the pinctrl subsystem, using the latter as a |
1230 | as a back-end. This is when the GPIO driver may call out to the functions | 1230 | back-end. This is when the GPIO driver may call out to the functions |
1231 | described in the section "Pin control interaction with the GPIO subsystem" | 1231 | described in the section "Pin control interaction with the GPIO subsystem" |
1232 | above. This only involves per-pin multiplexing, and will be completely | 1232 | above. This only involves per-pin multiplexing, and will be completely |
1233 | hidden behind the gpio_*() function namespace. In this case, the driver | 1233 | hidden behind the gpio_*() function namespace. In this case, the driver |