* [PATCH] MIPS: VPE: fix spelling mistake: "uneeded" -> "unneeded"
@ 2018-05-10 16:59 Colin King
2018-05-11 12:47 ` James Hogan
0 siblings, 1 reply; 2+ 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] 2+ messages in thread
end of thread, other threads:[~2018-05-11 12:47 UTC | newest]
Thread overview: 2+ 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-11 12:47 ` James Hogan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox