All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: mach-imx: iomux-imx31: fix spelling mistake in error message
@ 2015-11-28 16:27 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2015-11-28 16:27 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer, Russell King, linux-arm-kernel; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Minor issue, fix spelling mistake, nonexistant -> nonexistent

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/arm/mach-imx/iomux-imx31.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/iomux-imx31.c b/arch/arm/mach-imx/iomux-imx31.c
index 6dd22ca..0b5ba4b 100644
--- a/arch/arm/mach-imx/iomux-imx31.c
+++ b/arch/arm/mach-imx/iomux-imx31.c
@@ -100,7 +100,7 @@ int mxc_iomux_alloc_pin(unsigned int pin, const char *label)
 	unsigned pad = pin & IOMUX_PADNUM_MASK;
 
 	if (pad >= (PIN_MAX + 1)) {
-		printk(KERN_ERR "mxc_iomux: Attempt to request nonexistant pin %u for \"%s\"\n",
+		printk(KERN_ERR "mxc_iomux: Attempt to request nonexistent pin %u for \"%s\"\n",
 			pad, label ? label : "?");
 		return -EINVAL;
 	}
-- 
2.6.2


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

* [PATCH] ARM: mach-imx: iomux-imx31: fix spelling mistake in error message
@ 2015-11-28 16:27 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2015-11-28 16:27 UTC (permalink / raw)
  To: linux-arm-kernel

From: Colin Ian King <colin.king@canonical.com>

Minor issue, fix spelling mistake, nonexistant -> nonexistent

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/arm/mach-imx/iomux-imx31.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/iomux-imx31.c b/arch/arm/mach-imx/iomux-imx31.c
index 6dd22ca..0b5ba4b 100644
--- a/arch/arm/mach-imx/iomux-imx31.c
+++ b/arch/arm/mach-imx/iomux-imx31.c
@@ -100,7 +100,7 @@ int mxc_iomux_alloc_pin(unsigned int pin, const char *label)
 	unsigned pad = pin & IOMUX_PADNUM_MASK;
 
 	if (pad >= (PIN_MAX + 1)) {
-		printk(KERN_ERR "mxc_iomux: Attempt to request nonexistant pin %u for \"%s\"\n",
+		printk(KERN_ERR "mxc_iomux: Attempt to request nonexistent pin %u for \"%s\"\n",
 			pad, label ? label : "?");
 		return -EINVAL;
 	}
-- 
2.6.2

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

* Re: [PATCH] ARM: mach-imx: iomux-imx31: fix spelling mistake in error message
  2015-11-28 16:27 ` Colin King
@ 2015-12-02  7:54   ` Shawn Guo
  -1 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2015-12-02  7:54 UTC (permalink / raw)
  To: Colin King; +Cc: Sascha Hauer, Russell King, linux-arm-kernel, linux-kernel

On Sat, Nov 28, 2015 at 04:27:34PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Minor issue, fix spelling mistake, nonexistant -> nonexistent
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks.

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

* [PATCH] ARM: mach-imx: iomux-imx31: fix spelling mistake in error message
@ 2015-12-02  7:54   ` Shawn Guo
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn Guo @ 2015-12-02  7:54 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 28, 2015 at 04:27:34PM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Minor issue, fix spelling mistake, nonexistant -> nonexistent
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied, thanks.

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

end of thread, other threads:[~2015-12-02  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-28 16:27 [PATCH] ARM: mach-imx: iomux-imx31: fix spelling mistake in error message Colin King
2015-11-28 16:27 ` Colin King
2015-12-02  7:54 ` Shawn Guo
2015-12-02  7:54   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.