projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f83e4e1
)
MIPS: VPE: Fix spelling mistake: "uneeded" -> "unneeded"
author
Colin Ian King
<
[email protected]
>
Thu, 10 May 2018 16:59:00 +0000
(17:59 +0100)
committer
James Hogan
<
[email protected]
>
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 <
[email protected]
>
Cc: Ralf Baechle <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Signed-off-by: James Hogan <
[email protected]
>
arch/mips/kernel/vpe.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/vpe.c
b/arch/mips/kernel/vpe.c
index 544ea21bfef9cdae6361c964d5cdd91c56f57c88..0bef238d2c0c6fda901e5f20682a26cb33e217eb 100644
(file)
--- 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 un
n
eeded symbols\n");
return -ENOMEM;
}