Index: uspace/srv/net/netif/netif_messages.h
===================================================================
--- uspace/srv/net/netif/netif_messages.h	(revision 21580dd3dd9a49828a6c8dd3988e651a60708c10)
+++ uspace/srv/net/netif/netif_messages.h	(revision 6ba20a6b2dda5a2453cdb689201f0b9bf36bece3)
@@ -79,10 +79,10 @@
  *  @param[in] call The message call structure.
  */
-#define NETIF_GET_IRQ( call )		( int )	IPC_GET_ARG2( * call )
+#define NETIF_GET_IRQ(call)		(int)	IPC_GET_ARG2(*call)
 
 /** Returns the input/output address message parameter.
  *  @param[in] call The message call structure.
  */
-#define NETIF_GET_IO( call )		( int )	IPC_GET_ARG3( * call )
+#define NETIF_GET_IO(call)		(int)	IPC_GET_ARG3(*call)
 
 /*@}*/
