summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/uapi/asm/epapr_hcalls.h
diff options
context:
space:
mode:
authorAdam Buchbinder2016-02-24 19:51:11 +0100
committerMichael Ellerman2016-03-01 09:27:20 +0100
commit446957ba5127141ee007fc61509e24a9e60853d9 (patch)
tree6e64ed20eaf8b4aa666eb3c77265e85f52594e50 /arch/powerpc/include/uapi/asm/epapr_hcalls.h
parentpowerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h> (diff)
downloadkernel-qcow2-linux-446957ba5127141ee007fc61509e24a9e60853d9.tar.gz
kernel-qcow2-linux-446957ba5127141ee007fc61509e24a9e60853d9.tar.xz
kernel-qcow2-linux-446957ba5127141ee007fc61509e24a9e60853d9.zip
powerpc: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/uapi/asm/epapr_hcalls.h')
-rw-r--r--arch/powerpc/include/uapi/asm/epapr_hcalls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/include/uapi/asm/epapr_hcalls.h b/arch/powerpc/include/uapi/asm/epapr_hcalls.h
index 7f9c74b46704..b4504f394427 100644
--- a/arch/powerpc/include/uapi/asm/epapr_hcalls.h
+++ b/arch/powerpc/include/uapi/asm/epapr_hcalls.h
@@ -78,7 +78,7 @@
#define EV_SUCCESS 0
#define EV_EPERM 1 /* Operation not permitted */
#define EV_ENOENT 2 /* Entry Not Found */
-#define EV_EIO 3 /* I/O error occured */
+#define EV_EIO 3 /* I/O error occurred */
#define EV_EAGAIN 4 /* The operation had insufficient
* resources to complete and should be
* retried
@@ -89,7 +89,7 @@
#define EV_ENODEV 7 /* No such device */
#define EV_EINVAL 8 /* An argument supplied to the hcall
was out of range or invalid */
-#define EV_INTERNAL 9 /* An internal error occured */
+#define EV_INTERNAL 9 /* An internal error occurred */
#define EV_CONFIG 10 /* A configuration error was detected */
#define EV_INVALID_STATE 11 /* The object is in an invalid state */
#define EV_UNIMPLEMENTED 12 /* Unimplemented hypercall */