aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorDong Aisheng <dong.aisheng@linaro.org>2011-12-20 17:51:59 +0800
committerLinus Walleij <linus.walleij@linaro.org>2012-01-03 09:10:08 +0100
commite6337c3c96a7ee5cfd5e7afed825f894d4576f58 (patch)
tree5b6e53bf5f8bf699a30ebb3b8723308e43d741e6 /drivers/pinctrl
parentpinctrl: rename U300 and SIRF pin controllers (diff)
downloadlinux-dev-e6337c3c96a7ee5cfd5e7afed825f894d4576f58.tar.xz
linux-dev-e6337c3c96a7ee5cfd5e7afed825f894d4576f58.zip
pinctrl: some typo fixes
Minor copyedits. Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r--drivers/pinctrl/pinmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinmux.c b/drivers/pinctrl/pinmux.c
index 3bcc64137ddc..0916222dd7d2 100644
--- a/drivers/pinctrl/pinmux.c
+++ b/drivers/pinctrl/pinmux.c
@@ -342,7 +342,7 @@ EXPORT_SYMBOL_GPL(pinmux_gpio_direction_output);
* Only call this once during initialization of your machine, the function is
* tagged as __init and won't be callable after init has completed. The map
* passed into this function will be owned by the pinmux core and cannot be
- * free:d.
+ * freed.
*/
int __init pinmux_register_mappings(struct pinmux_map const *maps,
unsigned num_maps)