projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca19a3
)
um: trap: fix spelling mistake, EACCESS -> EACCES
author
Colin Ian King
<colin.king@canonical.com>
Fri, 26 Oct 2018 18:02:47 +0000
(19:02 +0100)
committer
Richard Weinberger
<richard@nod.at>
Mon, 29 Oct 2018 21:34:15 +0000
(22:34 +0100)
Trivial fix to a spelling mistake of the error access name EACCESS,
rename to EACCES
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/kernel/trap.c
patch
|
blob
|
history
diff --git
a/arch/um/kernel/trap.c
b/arch/um/kernel/trap.c
index
cced829
..
0e8b615
100644
(file)
--- a/
arch/um/kernel/trap.c
+++ b/
arch/um/kernel/trap.c
@@
-19,7
+19,7
@@
#include <skas.h>
/*
- * Note this is constrained to return 0, -EFAULT, -EACCES
S
, -ENOMEM by
+ * Note this is constrained to return 0, -EFAULT, -EACCES, -ENOMEM by
* segv().
*/
int handle_page_fault(unsigned long address, unsigned long ip,