]> Git Repo - linux.git/commitdiff
um: trap: fix spelling mistake, EACCESS -> EACCES
authorColin Ian King <[email protected]>
Fri, 26 Oct 2018 18:02:47 +0000 (19:02 +0100)
committerRichard Weinberger <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
arch/um/kernel/trap.c

index cced829460427180091b494e7eb2c9315dd66d73..0e8b6158f2245aa3babf94e9dfed8ceeb86f13cd 100644 (file)
@@ -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,
This page took 0.059442 seconds and 4 git commands to generate.