Index: kernel/arch/mips32/include/arch.h
===================================================================
--- kernel/arch/mips32/include/arch.h	(revision 9a5b556abb26634c82cbd3954b0fdb4db62b828e)
+++ kernel/arch/mips32/include/arch.h	(revision e5ecc02b4e8dc0f4c95588b0f1601d1986173b13)
@@ -33,6 +33,6 @@
  */
 
-#ifndef __mips32_ARCH_H__
-#define __mips32_ARCH_H__
+#ifndef KERN_mips32_ARCH_H_
+#define KERN_mips32_ARCH_H_
 
 #endif
Index: kernel/arch/mips32/src/fpu_context.c
===================================================================
--- kernel/arch/mips32/src/fpu_context.c	(revision 9a5b556abb26634c82cbd3954b0fdb4db62b828e)
+++ kernel/arch/mips32/src/fpu_context.c	(revision e5ecc02b4e8dc0f4c95588b0f1601d1986173b13)
@@ -27,5 +27,5 @@
  */
 
- /** @addtogroup mips32	
+/** @addtogroup mips32	
  * @{
  */
@@ -58,5 +58,4 @@
 }
 
- /** @}
+/** @}
  */
-
