Index: kernel/generic/include/errno.h
===================================================================
--- kernel/generic/include/errno.h	(revision ff3a34b23d37dee4709e858ec1869756a88b4172)
+++ kernel/generic/include/errno.h	(revision 7b63b6b0ed5eb2c8d7afc8e459b93343244389d7)
@@ -38,5 +38,5 @@
 /* 1-255 are kernel error codes, 256-512 are user error codes */
 
-#define EOK			0	/* No error */
+#define EOK		0	/* No error */
 #define ENOENT		-1	/* No such entry */
 #define ENOMEM		-2	/* Not enough memory */
@@ -45,7 +45,8 @@
 #define EFORWARD	-5	/* Forward error */
 #define EPERM		-6	/* Permission denied */
-#define EHANGUP		-7	/* Answerbox closed connection, call sys_ipc_hangup
-				 * to close the connection. Used by answerbox
-				 * to close the connection.  */
+#define EHANGUP		-7	/* Answerbox closed connection, call
+				 * sys_ipc_hangup() to close the connection.
+				 * Used by answerbox to close the connection.
+				 */
 #define EEXISTS		-8	/* Entry already exists */
 #define EBADMEM		-9	/* Bad memory pointer */
