Index: kernel/arch/ppc32/src/mm/frame.c
===================================================================
--- kernel/arch/ppc32/src/mm/frame.c	(revision 3bacee1839e6f355100ab4ea86bb211e9ecf19ed)
+++ kernel/arch/ppc32/src/mm/frame.c	(revision 29c3c722f633a767a2e38e4526412ec428d68cd3)
@@ -93,6 +93,8 @@
 	frame_common_arch_init(true);
 
-	/* First is exception vector, second is 'implementation specific',
-	   third and fourth is reserved, other contain real mode code */
+	/*
+	 * First is exception vector, second is 'implementation specific',
+	 * third and fourth is reserved, other contain real mode code
+	 */
 	frame_mark_unavailable(0, 8);
 
