diff options
author | Yannick Guerrini <yguerrini@tomshardware.fr> | 2015-03-02 09:45:05 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2015-03-02 23:05:46 -0500 |
commit | a655fa95fa354d5608fc899b06e33022ab5aad11 (patch) | |
tree | e20c55a46ff96e83ffda0aa548a3514a0d0b1fe4 /arch/arm/mach-imx | |
parent | c6891ef89b3fe8b6a32a18072452e92fab51aecd (diff) |
ARM: imx: Fix trivial typo in comments
change 'mutliple' to 'multiple'
Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/iomux-mx3.h | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/iomux-v3.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-imx/iomux-mx3.h b/arch/arm/mach-imx/iomux-mx3.h index 0a5adba61e0b..2e4a0ddca76c 100644 --- a/arch/arm/mach-imx/iomux-mx3.h +++ b/arch/arm/mach-imx/iomux-mx3.h | |||
@@ -114,7 +114,7 @@ enum iomux_gp_func { | |||
114 | */ | 114 | */ |
115 | int mxc_iomux_alloc_pin(unsigned int pin, const char *label); | 115 | int mxc_iomux_alloc_pin(unsigned int pin, const char *label); |
116 | /* | 116 | /* |
117 | * setups mutliple pins | 117 | * setups multiple pins |
118 | * convenient way to call the above function with tables | 118 | * convenient way to call the above function with tables |
119 | */ | 119 | */ |
120 | int mxc_iomux_setup_multiple_pins(const unsigned int *pin_list, unsigned count, | 120 | int mxc_iomux_setup_multiple_pins(const unsigned int *pin_list, unsigned count, |
diff --git a/arch/arm/mach-imx/iomux-v3.h b/arch/arm/mach-imx/iomux-v3.h index 5f4bbf124832..f79e165a3b3c 100644 --- a/arch/arm/mach-imx/iomux-v3.h +++ b/arch/arm/mach-imx/iomux-v3.h | |||
@@ -128,7 +128,7 @@ typedef u64 iomux_v3_cfg_t; | |||
128 | int mxc_iomux_v3_setup_pad(iomux_v3_cfg_t pad); | 128 | int mxc_iomux_v3_setup_pad(iomux_v3_cfg_t pad); |
129 | 129 | ||
130 | /* | 130 | /* |
131 | * setups mutliple pads | 131 | * setups multiple pads |
132 | * convenient way to call the above function with tables | 132 | * convenient way to call the above function with tables |
133 | */ | 133 | */ |
134 | int mxc_iomux_v3_setup_multiple_pads(const iomux_v3_cfg_t *pad_list, | 134 | int mxc_iomux_v3_setup_multiple_pads(const iomux_v3_cfg_t *pad_list, |