Index: uspace/lib/net/generic/net_remote.c
===================================================================
--- uspace/lib/net/generic/net_remote.c	(revision 8d601dbff714a8e33d29f4c80051a46e4121abb4)
+++ uspace/lib/net/generic/net_remote.c	(revision b934e433af417095337c05b68b53bd2859a734e6)
@@ -27,11 +27,11 @@
  */
 
-/** @addtogroup net
- *  @{
+/** @addtogroup libnet
+ * @{
  */
 
 /** @file
- *  Networking interface implementation for remote modules.
- *  @see net_interface.h
+ * Networking interface implementation for remote modules.
+ * @see net_interface.h
  */
 
@@ -52,5 +52,5 @@
 }
 
-void net_free_settings(measured_string_ref settings, char * data)
+void net_free_settings(measured_string_ref settings, char *data)
 {
 	if (settings)
@@ -62,6 +62,6 @@
 
 int
-net_get_conf_req(int net_phone, measured_string_ref * configuration,
-    size_t count, char ** data)
+net_get_conf_req(int net_phone, measured_string_ref *configuration,
+    size_t count, char **data)
 {
 	return generic_translate_req(net_phone, NET_NET_GET_DEVICE_CONF, 0, 0,
@@ -71,5 +71,5 @@
 int
 net_get_device_conf_req(int net_phone, device_id_t device_id,
-    measured_string_ref * configuration, size_t count, char ** data)
+    measured_string_ref *configuration, size_t count, char **data)
 {
 	return generic_translate_req(net_phone, NET_NET_GET_DEVICE_CONF,
