diff options
author | Dong Aisheng <dong.aisheng@linaro.org> | 2011-12-20 13:51:59 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-01-03 12:10:08 +0400 |
commit | e6337c3c96a7ee5cfd5e7afed825f894d4576f58 (patch) | |
tree | 5b6e53bf5f8bf699a30ebb3b8723308e43d741e6 /drivers/pinctrl/pinmux.c | |
parent | 3bece55aa5356af0171aaa64fd9c4f7601c47f1c (diff) | |
download | linux-e6337c3c96a7ee5cfd5e7afed825f894d4576f58.tar.xz |
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/pinmux.c')
-rw-r--r-- | drivers/pinctrl/pinmux.c | 2 |
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) |