Skip to content

Commit

Permalink
um: trap: fix spelling mistake, EACCESS -> EACCES
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Richard Weinberger committed Oct 29, 2018
1 parent 9ca19a3 commit 59fdf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/kernel/trap.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#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().
*/
int handle_page_fault(unsigned long address, unsigned long ip,
Expand Down

0 comments on commit 59fdf91

Please sign in to comment.