Index: kernel/arch/mips32/src/exception.c
===================================================================
--- kernel/arch/mips32/src/exception.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ kernel/arch/mips32/src/exception.c	(revision a57fa325b051d5e952ced94f3f203b231c8f259a)
@@ -132,7 +132,9 @@
 	debugger_bpoint(istate);
 #else
-	/* it is necessary to not re-execute BREAK instruction after
-	   returning from Exception handler
-	   (see page 138 in R4000 Manual for more information) */
+	/*
+	 * It is necessary to not re-execute BREAK instruction after
+	 * returning from Exception handler
+	 * (see page 138 in R4000 Manual for more information)
+	 */
 	istate->epc += 4;
 #endif
Index: kernel/arch/mips32/src/mips32.c
===================================================================
--- kernel/arch/mips32/src/mips32.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ kernel/arch/mips32/src/mips32.c	(revision a57fa325b051d5e952ced94f3f203b231c8f259a)
@@ -49,5 +49,6 @@
 #include <arch/machine_func.h>
 
-/* Size of the code jumping to the exception handler code
+/*
+ * Size of the code jumping to the exception handler code
  * - J+NOP
  */
@@ -70,5 +71,6 @@
 arch_ops_t *arch_ops = &mips32_ops;
 
-/* Why the linker moves the variable 64K away in assembler
+/*
+ * Why the linker moves the variable 64K away in assembler
  * when not in .text section?
  */
Index: kernel/arch/mips32/src/mm/frame.c
===================================================================
--- kernel/arch/mips32/src/mm/frame.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ kernel/arch/mips32/src/mm/frame.c	(revision a57fa325b051d5e952ced94f3f203b231c8f259a)
@@ -243,5 +243,6 @@
 
 #if defined(MACHINE_lmalta) || defined(MACHINE_bmalta)
-	/* Blacklist memory regions used by YAMON.
+	/*
+	 * Blacklist memory regions used by YAMON.
 	 *
 	 * The YAMON User's Manual vaguely says the following physical addresses
