forked from luck/tmp_suning_uos_patched
um: trap: fix spelling mistake, EACCESS -> EACCES
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>
This commit is contained in:
parent
9ca19a3a3e
commit
59fdf91d90
|
@ -19,7 +19,7 @@
|
||||||
#include <skas.h>
|
#include <skas.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Note this is constrained to return 0, -EFAULT, -EACCESS, -ENOMEM by
|
* Note this is constrained to return 0, -EFAULT, -EACCES, -ENOMEM by
|
||||||
* segv().
|
* segv().
|
||||||
*/
|
*/
|
||||||
int handle_page_fault(unsigned long address, unsigned long ip,
|
int handle_page_fault(unsigned long address, unsigned long ip,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user