Index: uspace/libc/include/ipc/ipc.h
===================================================================
--- uspace/libc/include/ipc/ipc.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/libc/include/ipc/ipc.h	(revision 9141377d3aec1027ed16cfa6e2085fc028ba13f7)
@@ -27,5 +27,5 @@
  */
 
- /** @addtogroup libcipc
+/** @addtogroup libcipc
  * @{
  */
@@ -33,6 +33,6 @@
  */ 
 
-#ifndef __LIBIPC_IPC_H__
-#define __LIBIPC_IPC_H__
+#ifndef LIBIPC_IPC_H_
+#define LIBIPC_IPC_H_
 
 #include <kernel/ipc/ipc.h>
@@ -90,7 +90,4 @@
 #endif
 
-
- /** @}
+/** @}
  */
- 
- 
Index: uspace/libc/include/ipc/ns.h
===================================================================
--- uspace/libc/include/ipc/ns.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/libc/include/ipc/ns.h	(revision 9141377d3aec1027ed16cfa6e2085fc028ba13f7)
@@ -27,5 +27,5 @@
  */
 
- /** @addtogroup libcipc
+/** @addtogroup libcipc
  * @{
  */
@@ -33,12 +33,9 @@
  */
 
-#ifndef __LIBIPC__NS_H__
-#define __LIBIPC__NS_H__
+#ifndef LIBIPC_NS_H_
+#define LIBIPC_NS_H_
 
 #endif
 
-
- /** @}
+/** @}
  */
- 
- 
Index: uspace/libc/include/ipc/services.h
===================================================================
--- uspace/libc/include/ipc/services.h	(revision 0166e99928c90c6d2e990c69a7aaf84a6f93c6c0)
+++ uspace/libc/include/ipc/services.h	(revision 9141377d3aec1027ed16cfa6e2085fc028ba13f7)
@@ -27,5 +27,5 @@
  */
 
- /** @addtogroup libcipc
+/** @addtogroup libcipc
  * @{
  */
@@ -35,6 +35,6 @@
  */
 
-#ifndef __LIBIPC__SERVICES_H__
-#define __LIBIPC__SERVICES_H__
+#ifndef LIBIPC_SERVICES_H_
+#define LIBIPC_SERVICES_H_
 
 #define SERVICE_PCI		1
@@ -49,7 +49,4 @@
 #endif
 
-
- /** @}
+/** @}
  */
- 
- 
