MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"
authorColin Ian King <colin.king@canonical.com>
Thu, 10 May 2018 16:59:00 +0000 (17:59 +0100)
committerJames Hogan <jhogan@kernel.org>
Mon, 14 May 2018 22:58:23 +0000 (23:58 +0100)
Trivial fix to spelling mistake in pr_warn message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: kernel-janitors@vger.kernel.org
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/kernel/vpe.c

index 544ea21bfef9cdae6361c964d5cdd91c56f57c88..0bef238d2c0c6fda901e5f20682a26cb33e217eb 100644 (file)
@@ -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;
        }