[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180510165900.13733-1-colin.king@canonical.com>
Date: Thu, 10 May 2018 17:59:00 +0100
From: Colin King <colin.king@...onical.com>
To: Ralf Baechle <ralf@...ux-mips.org>,
James Hogan <jhogan@...nel.org>, linux-mips@...ux-mips.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] MIPS: VPE: fix spelling mistake: "uneeded" -> "unneeded"
From: Colin Ian King <colin.king@...onical.com>
Trivial fix to spelling mistake in pr_warn message text
Signed-off-by: Colin Ian King <colin.king@...onical.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
Powered by blists - more mailing lists