mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"
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>
This commit is contained in:
parent
f83e4e1e0e
commit
aae22f1602
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user