Index: kernel/generic/include/adt/hash_table.h
===================================================================
--- kernel/generic/include/adt/hash_table.h	(revision 1167520724b9b526c27b67f2d4bc447ef626240c)
+++ kernel/generic/include/adt/hash_table.h	(revision fd85ae5abc5c68f0bee0c60348199e1957e5c3bc)
@@ -27,5 +27,5 @@
  */
 
- /** @addtogroup genericadt
+/** @addtogroup genericadt
  * @{
  */
@@ -33,6 +33,6 @@
  */
 
-#ifndef __HASH_TABLE_H__
-#define __HASH_TABLE_H__
+#ifndef KERN_HASH_TABLE_H_
+#define KERN_HASH_TABLE_H_
 
 #include <adt/list.h>
@@ -82,5 +82,4 @@
 #endif
 
- /** @}
+/** @}
  */
-
