Index: uspace/drv/audio/sb16/dsp.c
===================================================================
--- uspace/drv/audio/sb16/dsp.c	(revision 47e00b8364871fedb5a2508cfc367b91b0cb8e63)
+++ uspace/drv/audio/sb16/dsp.c	(revision 6ff23ff32c8aa9d6ad8d06f1743ca1b0d68c14bc)
@@ -357,6 +357,8 @@
 	assert(size);
 
-	/* buffer is already setup by for someone, refuse to work until
-	 * it's released */
+	/*
+	 * buffer is already setup by for someone, refuse to work until
+	 * it's released
+	 */
 	if (dsp->state != DSP_NO_BUFFER)
 		return EBUSY;
Index: uspace/drv/audio/sb16/sb16.c
===================================================================
--- uspace/drv/audio/sb16/sb16.c	(revision 47e00b8364871fedb5a2508cfc367b91b0cb8e63)
+++ uspace/drv/audio/sb16/sb16.c	(revision 6ff23ff32c8aa9d6ad8d06f1743ca1b0d68c14bc)
@@ -49,6 +49,8 @@
 };
 
-/* ISA interrupts should be edge-triggered so there should be no need for
- * irq code magic, but we still need to ack those interrupts ASAP. */
+/*
+ * ISA interrupts should be edge-triggered so there should be no need for
+ * irq code magic, but we still need to ack those interrupts ASAP.
+ */
 static const irq_cmd_t irq_cmds[] = {
 	{ .cmd = CMD_PIO_READ_8, .dstarg = 1 }, /* Address patched at runtime */
@@ -192,7 +194,9 @@
 {
 	assert(sb);
-	/* The acknowledgment of interrupts on DSP version 4.xx is different;
+	/*
+	 * The acknowledgment of interrupts on DSP version 4.xx is different;
 	 * It can contain MPU-401 indicator and DMA16 transfers are acked
-	 * differently */
+	 * differently
+	 */
 	if (sb->dsp.version.major >= 4) {
 		pio_write_8(&sb->regs->mixer_address, MIXER_IRQ_STATUS_ADDRESS);
