linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: imx: Fix trivial typo in comments
@ 2015-03-02 14:45 Yannick Guerrini
  2015-03-03  4:11 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Yannick Guerrini @ 2015-03-02 14:45 UTC (permalink / raw)
  To: shawn.guo
  Cc: kernel, trivial, linux-arm-kernel, linux-kernel, Yannick Guerrini

change 'mutliple' to 'multiple'

Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>
---
 arch/arm/mach-imx/iomux-mx3.h | 2 +-
 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 0a5adba..2e4a0dd 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 {
  */
 int mxc_iomux_alloc_pin(unsigned int pin, const char *label);
 /*
- * setups mutliple pins
+ * setups multiple pins
  * convenient way to call the above function with tables
  */
 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 2fa3b54..cb45ae5 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;
 int mxc_iomux_v3_setup_pad(iomux_v3_cfg_t pad);
 
 /*
- * setups mutliple pads
+ * setups multiple pads
  * convenient way to call the above function with tables
  */
 int mxc_iomux_v3_setup_multiple_pads(iomux_v3_cfg_t *pad_list, unsigned count);
-- 
1.9.5.msysgit.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: imx: Fix trivial typo in comments
  2015-03-02 14:45 [PATCH] ARM: imx: Fix trivial typo in comments Yannick Guerrini
@ 2015-03-03  4:11 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2015-03-03  4:11 UTC (permalink / raw)
  To: Yannick Guerrini; +Cc: kernel, trivial, linux-arm-kernel, linux-kernel

On Mon, Mar 02, 2015 at 03:45:05PM +0100, Yannick Guerrini wrote:
> change 'mutliple' to 'multiple'
> 
> Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-03  4:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02 14:45 [PATCH] ARM: imx: Fix trivial typo in comments Yannick Guerrini
2015-03-03  4:11 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).