All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: VPE: fix spelling mistake: "uneeded" -> "unneeded"
@ 2018-05-10 16:59 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-10 16:59 UTC (permalink / raw)
  To: Ralf Baechle, James Hogan, linux-mips; +Cc: kernel-janitors, linux-kernel

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

Trivial fix to spelling mistake in pr_warn message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/mips/kernel/vpe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c
index 544ea21bfef9..0bef238d2c0c 100644
--- a/arch/mips/kernel/vpe.c
+++ b/arch/mips/kernel/vpe.c
@@ -872,7 +872,7 @@ static ssize_t vpe_write(struct file *file, const char __user *buffer,
 		return -ENODEV;
 
 	if ((count + v->len) > v->plen) {
-		pr_warn("VPE loader: elf size too big. Perhaps strip uneeded symbols\n");
+		pr_warn("VPE loader: elf size too big. Perhaps strip unneeded symbols\n");
 		return -ENOMEM;
 	}
 
-- 
2.17.0

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

* [PATCH] MIPS: VPE: fix spelling mistake: "uneeded" -> "unneeded"
@ 2018-05-10 16:59 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2018-05-10 16:59 UTC (permalink / raw)
  To: Ralf Baechle, James Hogan, linux-mips; +Cc: kernel-janitors, linux-kernel

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

Trivial fix to spelling mistake in pr_warn message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/mips/kernel/vpe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c
index 544ea21bfef9..0bef238d2c0c 100644
--- a/arch/mips/kernel/vpe.c
+++ b/arch/mips/kernel/vpe.c
@@ -872,7 +872,7 @@ static ssize_t vpe_write(struct file *file, const char __user *buffer,
 		return -ENODEV;
 
 	if ((count + v->len) > v->plen) {
-		pr_warn("VPE loader: elf size too big. Perhaps strip uneeded symbols\n");
+		pr_warn("VPE loader: elf size too big. Perhaps strip unneeded symbols\n");
 		return -ENOMEM;
 	}
 
-- 
2.17.0


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

* Re: [PATCH] MIPS: VPE: fix spelling mistake: "uneeded" -> "unneeded"
  2018-05-10 16:59 ` Colin King
@ 2018-05-11 12:47   ` James Hogan
  -1 siblings, 0 replies; 4+ messages in thread
From: James Hogan @ 2018-05-11 12:47 UTC (permalink / raw)
  To: Colin King; +Cc: Ralf Baechle, linux-mips, kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

On Thu, May 10, 2018 at 05:59:00PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in pr_warn message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

> -		pr_warn("VPE loader: elf size too big. Perhaps strip uneeded symbols\n");
> +		pr_warn("VPE loader: elf size too big. Perhaps strip unneeded symbols\n");

Applied for 4.18

thanks
James

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH] MIPS: VPE: fix spelling mistake: "uneeded" -> "unneeded"
@ 2018-05-11 12:47   ` James Hogan
  0 siblings, 0 replies; 4+ messages in thread
From: James Hogan @ 2018-05-11 12:47 UTC (permalink / raw)
  To: Colin King; +Cc: Ralf Baechle, linux-mips, kernel-janitors, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

On Thu, May 10, 2018 at 05:59:00PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in pr_warn message text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

> -		pr_warn("VPE loader: elf size too big. Perhaps strip uneeded symbols\n");
> +		pr_warn("VPE loader: elf size too big. Perhaps strip unneeded symbols\n");

Applied for 4.18

thanks
James

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

end of thread, other threads:[~2018-05-11 12:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10 16:59 [PATCH] MIPS: VPE: fix spelling mistake: "uneeded" -> "unneeded" Colin King
2018-05-10 16:59 ` Colin King
2018-05-11 12:47 ` James Hogan
2018-05-11 12:47   ` James Hogan

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.