Index: uspace/lib/drv/generic/remote_audio_mixer.c
===================================================================
--- uspace/lib/drv/generic/remote_audio_mixer.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/lib/drv/generic/remote_audio_mixer.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -104,6 +104,8 @@
 		char *name_place = calloc(1, name_size);
 		if (!name_place) {
-			/* Make the other side fail
-			 * as it waits for read request */
+			/*
+			 * Make the other side fail
+			 * as it waits for read request
+			 */
 			async_data_read_start(exch, (void *)-1, 0);
 			return ENOMEM;
@@ -141,6 +143,8 @@
 		char *name_place = calloc(1, name_size);
 		if (!name_place) {
-			/* Make the other side fail
-			 * as it waits for read request */
+			/*
+			 * Make the other side fail
+			 * as it waits for read request
+			 */
 			async_data_read_start(exch, (void *)-1, 0);
 			return ENOMEM;
Index: uspace/lib/drv/generic/remote_audio_pcm.c
===================================================================
--- uspace/lib/drv/generic/remote_audio_pcm.c	(revision ae7d03c05f24b857bbbdbcf3dafbf8ecc6c286ab)
+++ uspace/lib/drv/generic/remote_audio_pcm.c	(revision 7c3fb9bd77e4d2f6c10517a052e567f176fa91ee)
@@ -196,6 +196,8 @@
 		char *name_place = calloc(1, name_size);
 		if (!name_place) {
-			/* Make the other side fail
-			 * as it waits for read request */
+			/*
+			 * Make the other side fail
+			 * as it waits for read request
+			 */
 			async_data_read_start(exch, (void *)-1, 0);
 			async_exchange_end(exch);
@@ -286,6 +288,8 @@
 	async_exchange_end(exch);
 
-	/* All OK or something has changed. Verify that it was not one of the
-	 * params we care about */
+	/*
+	 * All OK or something has changed. Verify that it was not one of the
+	 * params we care about
+	 */
 	if ((ret == EOK || ret == ELIMIT) &&
 	    (!channels || *channels == channels_arg) &&
