Skip to content

Commit

Permalink
Documentation/pinctrl.txt: fix typo "with with"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Hogan authored and Linus Walleij committed Jun 16, 2013
1 parent d2752ae commit 7bbc87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/pinctrl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bbc87b

Please sign in to comment.