Index: uspace/srv/net/netif/lo/lo.c
===================================================================
--- uspace/srv/net/netif/lo/lo.c	(revision c4fbf7fd3af07c642a663f9e2e6b0385ab91b64e)
+++ uspace/srv/net/netif/lo/lo.c	(revision 252710068752c639982dbbcb37d93d9d6af9213c)
@@ -166,5 +166,5 @@
 	ERROR_DECLARE;
 
-	netif_device_t * device;
+	netif_device_t *device;
 
 	// create a new device
@@ -245,5 +245,5 @@
 		
 		/*
-		 * End if said to either by the message or the processing
+		 * End if told to either by the message or the processing
 		 * result.
 		 */
@@ -262,7 +262,5 @@
 	
 	/* Start the module */
-	if (ERROR_OCCURRED(netif_module_start(netif_client_connection)))
-		return ERROR_CODE;
-	
+	ERROR_PROPAGATE(netif_module_start(netif_client_connection));
 	return EOK;
 }
