Index: kernel/generic/src/udebug/udebug_ipc.c
===================================================================
--- kernel/generic/src/udebug/udebug_ipc.c	(revision 47e00b8364871fedb5a2508cfc367b91b0cb8e63)
+++ kernel/generic/src/udebug/udebug_ipc.c	(revision 49a796f1d5e0783f179376793f1b84d4f6cf0bde)
@@ -54,5 +54,5 @@
 {
 	switch (IPC_GET_ARG1(call->data)) {
-	/* future UDEBUG_M_REGS_WRITE, UDEBUG_M_MEM_WRITE: */
+		/* future UDEBUG_M_REGS_WRITE, UDEBUG_M_MEM_WRITE: */
 	default:
 		break;
@@ -193,7 +193,9 @@
 
 	IPC_SET_RETVAL(call->data, 0);
-	/* ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
-	   same code in process_answer() can be used
-	   (no way to distinguish method in answer) */
+	/*
+	 * ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
+	 * same code in process_answer() can be used
+	 * (no way to distinguish method in answer)
+	 */
 	IPC_SET_ARG1(call->data, uspace_addr);
 	IPC_SET_ARG2(call->data, copied);
@@ -238,7 +240,9 @@
 
 	IPC_SET_RETVAL(call->data, 0);
-	/* ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
-	   same code in process_answer() can be used
-	   (no way to distinguish method in answer) */
+	/*
+	 * ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
+	 * same code in process_answer() can be used
+	 * (no way to distinguish method in answer)
+	 */
 	IPC_SET_ARG1(call->data, uspace_addr);
 	IPC_SET_ARG2(call->data, to_copy);
@@ -285,7 +289,9 @@
 
 	IPC_SET_RETVAL(call->data, 0);
-	/* ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
-	   same code in process_answer() can be used
-	   (no way to distinguish method in answer) */
+	/*
+	 * ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
+	 * same code in process_answer() can be used
+	 * (no way to distinguish method in answer)
+	 */
 	IPC_SET_ARG1(call->data, uspace_addr);
 	IPC_SET_ARG2(call->data, to_copy);
@@ -326,7 +332,9 @@
 
 	IPC_SET_RETVAL(call->data, 0);
-	/* ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
-	   same code in process_answer() can be used
-	   (no way to distinguish method in answer) */
+	/*
+	 * ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
+	 * same code in process_answer() can be used
+	 * (no way to distinguish method in answer)
+	 */
 	IPC_SET_ARG1(call->data, uspace_addr);
 	IPC_SET_ARG2(call->data, 6 * sizeof(sysarg_t));
@@ -367,7 +375,9 @@
 
 	IPC_SET_RETVAL(call->data, 0);
-	/* ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
-	   same code in process_answer() can be used
-	   (no way to distinguish method in answer) */
+	/*
+	 * ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
+	 * same code in process_answer() can be used
+	 * (no way to distinguish method in answer)
+	 */
 	IPC_SET_ARG1(call->data, uspace_addr);
 	IPC_SET_ARG2(call->data, to_copy);
@@ -406,7 +416,9 @@
 
 	IPC_SET_RETVAL(call->data, 0);
-	/* ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
-	   same code in process_answer() can be used
-	   (no way to distinguish method in answer) */
+	/*
+	 * ARG1=dest, ARG2=size as in IPC_M_DATA_READ so that
+	 * same code in process_answer() can be used
+	 * (no way to distinguish method in answer)
+	 */
 	IPC_SET_ARG1(call->data, uspace_dst);
 	IPC_SET_ARG2(call->data, size);
