diff options
author | Dong Aisheng <dong.aisheng@linaro.org> | 2011-12-20 04:51:59 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-01-03 03:10:08 -0500 |
commit | e6337c3c96a7ee5cfd5e7afed825f894d4576f58 (patch) | |
tree | 5b6e53bf5f8bf699a30ebb3b8723308e43d741e6 /drivers/pinctrl/pinmux.c | |
parent | 3bece55aa5356af0171aaa64fd9c4f7601c47f1c (diff) |
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); | |||
342 | * Only call this once during initialization of your machine, the function is | 342 | * Only call this once during initialization of your machine, the function is |
343 | * tagged as __init and won't be callable after init has completed. The map | 343 | * tagged as __init and won't be callable after init has completed. The map |
344 | * passed into this function will be owned by the pinmux core and cannot be | 344 | * passed into this function will be owned by the pinmux core and cannot be |
345 | * free:d. | 345 | * freed. |
346 | */ | 346 | */ |
347 | int __init pinmux_register_mappings(struct pinmux_map const *maps, | 347 | int __init pinmux_register_mappings(struct pinmux_map const *maps, |
348 | unsigned num_maps) | 348 | unsigned num_maps) |