Index: uspace/drv/nic/ar9271/ar9271.c
===================================================================
--- uspace/drv/nic/ar9271/ar9271.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/ar9271/ar9271.c	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -381,5 +381,5 @@
 		rate_msg.legacy_rates_count = ARRAY_SIZE(ieee80211bg_data_rates);
 		memcpy(&rate_msg.legacy_rates,
-		    ieee80211bg_data_rates, 
+		    ieee80211bg_data_rates,
 		    ARRAY_SIZE(ieee80211bg_data_rates));
 		
Index: uspace/drv/nic/ar9271/ar9271.h
===================================================================
--- uspace/drv/nic/ar9271/ar9271.h	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/ar9271/ar9271.h	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -148,5 +148,5 @@
 	AR9271_AGC_CONTROL = 0x9860,
 	AR9271_PHY_CAL = 0x9864,
-	AR9271_PHY_SYNTH_CONTROL = 0x9874, 
+	AR9271_PHY_SYNTH_CONTROL = 0x9874,
 	AR9271_PHY_SPECTRAL_SCAN = 0x9910,
 	AR9271_PHY_RADAR0 = 0x9954,
@@ -156,10 +156,10 @@
 	AR9271_PHY_MODE = 0xA200,
 	AR9271_PHY_CCK_TX_CTRL = 0xA204,
-	AR9271_PHY_TPCRG1 = 0xA258, 
+	AR9271_PHY_TPCRG1 = 0xA258,
 	AR9271_CARRIER_LEAK_CONTROL = 0xA358,
 	AR9271_ADC_CONTROL_OFF_PWDADC = 0x00008000,
 	AR9271_AGC_CONTROL_CALIB = 0x00000001,
 	AR9271_AGC_CONTROL_NF_CALIB = 0x00000002,
-	AR9271_AGC_CONTROL_NF_CALIB_EN = 0x00008000, 
+	AR9271_AGC_CONTROL_NF_CALIB_EN = 0x00008000,
 	AR9271_AGC_CONTROL_TX_CALIB = 0x00010000,
 	AR9271_AGC_CONTROL_NF_NOT_UPDATE = 0x00020000,
Index: uspace/drv/nic/ar9271/ath_usb.c
===================================================================
--- uspace/drv/nic/ar9271/ath_usb.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/ar9271/ath_usb.c	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -137,5 +137,5 @@
 /** Send data message.
  *
- * @param ath         Generic Atheros WiFi device structure. 
+ * @param ath         Generic Atheros WiFi device structure.
  * @param buffer      Buffer with data to send.
  * @param buffer_size Buffer size.
Index: uspace/drv/nic/ar9271/htc.c
===================================================================
--- uspace/drv/nic/ar9271/htc.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/ar9271/htc.c	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -320,5 +320,5 @@
 	    ((void *) buffer + sizeof(htc_frame_header_t));
 	
-	config_message->message_id = 
+	config_message->message_id =
 	    host2uint16_t_be(HTC_MESSAGE_CONFIG);
 	/* Magic number to initialize device. */
Index: uspace/drv/nic/ar9271/wmi.h
===================================================================
--- uspace/drv/nic/ar9271/wmi.h	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/ar9271/wmi.h	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -29,5 +29,5 @@
 /** @file wmi.h
  *
- * Definitions of the Atheros WMI protocol specified in the 
+ * Definitions of the Atheros WMI protocol specified in the
  * Wireless Module Interface (WMI).
  *
Index: uspace/drv/nic/ne2k/ne2k.c
===================================================================
--- uspace/drv/nic/ne2k/ne2k.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/ne2k/ne2k.c	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -68,5 +68,5 @@
 	{
 		.base = 0,
-		.size = NE2K_IO_SIZE, 
+		.size = NE2K_IO_SIZE,
 	}
 };
Index: uspace/drv/nic/rtl8139/defs.h
===================================================================
--- uspace/drv/nic/rtl8139/defs.h	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/rtl8139/defs.h	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -310,6 +310,6 @@
 	RCR_ACCEPT_MULTICAST  = 1 << 2,  /**< Accept multicast */
 	RCR_ACCEPT_PHYS_MATCH = 1 << 1,  /**< Accept device MAC address match */
-	RCR_ACCEPT_ALL_PHYS   = 1 << 0,  /**< Accept all frames with 
-	                                  * phys. desticnation 
+	RCR_ACCEPT_ALL_PHYS   = 1 << 0,  /**< Accept all frames with
+	                                  * phys. desticnation
 									  */
 	RCR_ACCEPT_MASK = (1 << 6) - 1   /**< Mask of accept part */
@@ -325,6 +325,6 @@
 	CS_F_LINK100     = (1 << 6),
 	CS_F_CONNECT     = (1 << 5),
-	CS_CON_STATUS    = (1 << 3),  /**< connection status: 
-	                               *   1 = valid, 0 = disconnected 
+	CS_CON_STATUS    = (1 << 3),  /**< connection status:
+	                               *   1 = valid, 0 = disconnected
 								   */
 	CS_CON_STATUS_EN = (1 << 2),  /**< LED1 pin connection status indication */
@@ -361,5 +361,5 @@
 enum rtl8139_anar {
 	ANAR_NEXT_PAGE    = (1 << 15),  /**< Next page bit, 0 - primary capability
-	                                 *  1 - protocol specific 
+	                                 *  1 - protocol specific
 									 */
 	ANAR_ACK          = (1 << 14),  /**< Capability reception acknowledge */
@@ -371,5 +371,5 @@
 	ANAR_10_FD        = (1 << 6),   /**< 10BASE_T full duplex */
 	ANAR_10_HD        = (1 << 5),   /**< 10BASE_T half duplex */
-	ANAR_SELECTOR     = 0x1         /**< Selector, 
+	ANAR_SELECTOR     = 0x1         /**< Selector,
 	                                 *   CSMA/CD (0x1) supported only
 									 */
@@ -391,7 +391,7 @@
 
 	/** Descending/ascending grow of Rx/Tx FIFO (to test FIFO SRAM only) */
-	CONFIG5_FIFO_ADDR_PTR = (1 << 3),    
+	CONFIG5_FIFO_ADDR_PTR = (1 << 3),
 	/** Powersave if cable is disconnected */
-	CONFIG5_LINK_DOWN_POWERSAVE = (1 << 2), 
+	CONFIG5_LINK_DOWN_POWERSAVE = (1 << 2),
 
 	CONFIG5_LAN_WAKE     = (1 << 1),   /**< LANWake signal enabled */
@@ -411,6 +411,6 @@
 	CONFIG4_RxFIFOAutoClr = (1 << 7),  /**< Automatic RxFIFO owerflow clear */
 	CONFIG4_AnaOff        = (1 << 6),  /**< Analog poweroff */
-	CONFIG4_LongWF        = (1 << 5),  /**< Long wakeup frame 
-	                                    *   (2xCRC8 + 3xCRC16) 
+	CONFIG4_LongWF        = (1 << 5),  /**< Long wakeup frame
+	                                    *   (2xCRC8 + 3xCRC16)
 										*/
 	CONFIG4_LWPME         = (1 << 4),  /**< LWAKE and PMEB assertion  */
@@ -450,6 +450,6 @@
 
 	LOOPBACK_SHIFT  = 17,           /**< Loopback mode shift */
-	LOOPBACK_SIZE   = 2,            /**< Loopback mode size 
-	                                  *  00 = normal, 11 = loopback 
+	LOOPBACK_SIZE   = 2,            /**< Loopback mode size
+	                                  *  00 = normal, 11 = loopback
 									  */
 
@@ -462,6 +462,6 @@
 	TX_RETRY_COUNT_SIZE  = 4,            /**< Retries before aborting size */
 
-	CLEAR_ABORT = 1 << 0    /**< Retransmit aborted frame at the last 
-	                          *  transmitted descriptor 
+	CLEAR_ABORT = 1 << 0    /**< Retransmit aborted frame at the last
+	                          *  transmitted descriptor
 							  */
 };
@@ -500,5 +500,5 @@
 #define RTL8139_RXFLAGS_SIZE_64 3
 
-/** Get the buffer initial size without 16B padding 
+/** Get the buffer initial size without 16B padding
  *  Size is (8 + 2^flags) kB (^ in mean power)
  *
Index: uspace/drv/nic/rtl8139/driver.c
===================================================================
--- uspace/drv/nic/rtl8139/driver.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/rtl8139/driver.c	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -154,5 +154,5 @@
 	uint32_t rcr = rtl8139->rcr_data.rcr_base | rtl8139->rcr_data.ucast_mask
 	    | rtl8139->rcr_data.mcast_mask | rtl8139->rcr_data.bcast_mask
-	    | rtl8139->rcr_data.defect_mask | 
+	    | rtl8139->rcr_data.defect_mask |
 	    (RXBUF_SIZE_FLAGS << RCR_RBLEN_SHIFT);
 	
@@ -288,5 +288,5 @@
     nic_channel_mode_t duplex, nic_role_t);
 
-static errno_t rtl8139_pause_get(ddf_fun_t*, nic_result_t*, nic_result_t*, 
+static errno_t rtl8139_pause_get(ddf_fun_t*, nic_result_t*, nic_result_t*,
     uint16_t *);
 static errno_t rtl8139_pause_set(ddf_fun_t*, int, int, uint16_t);
@@ -295,5 +295,5 @@
 static errno_t rtl8139_autoneg_disable(ddf_fun_t *fun);
 static errno_t rtl8139_autoneg_probe(ddf_fun_t *fun, uint32_t *our_advertisement,
-    uint32_t *their_advertisement, nic_result_t *result, 
+    uint32_t *their_advertisement, nic_result_t *result,
     nic_result_t *their_result);
 static errno_t rtl8139_autoneg_restart(ddf_fun_t *fun);
@@ -501,5 +501,5 @@
  * @param rtl8139  controller private data
  */
-static void rtl8139_rx_reset(rtl8139_t *rtl8139) 
+static void rtl8139_rx_reset(rtl8139_t *rtl8139)
 {
 	/* Disable receiver, update offset and enable receiver again */
@@ -511,5 +511,5 @@
 	write_barrier();
 	pio_write_32(rtl8139->io_port + CAPR, 0);
-	pio_write_32(rtl8139->io_port + RBSTART, 
+	pio_write_32(rtl8139->io_port + RBSTART,
 	    PTR2U32(rtl8139->rx_buff_phys));
 
@@ -680,5 +680,5 @@
 	while (tx_used != tx_next) {
 		size_t desc_to_check = tx_used % TX_BUFF_COUNT;
-		void * tsd_to_check = rtl8139->io_port + TSD0 
+		void * tsd_to_check = rtl8139->io_port + TSD0
 		    + desc_to_check * sizeof(uint32_t);
 		uint32_t tsd_value = pio_read_32(tsd_to_check);
@@ -1386,5 +1386,5 @@
 
 	if (rtl8139->hw_version < RTL8139_VER_COUNT) {
-		str_cpy(info->model_name, NIC_MODEL_MAX_LENGTH, 
+		str_cpy(info->model_name, NIC_MODEL_MAX_LENGTH,
 		    model_names[rtl8139->hw_version]);
 	} else {
@@ -1465,5 +1465,5 @@
 };
 
-/** Check if pause frame operations are valid in current situation 
+/** Check if pause frame operations are valid in current situation
  *
  *  @param rtl8139  RTL8139 private structure
@@ -1502,5 +1502,5 @@
  *  @return EOK if succeed
  */
-static errno_t rtl8139_pause_get(ddf_fun_t *fun, nic_result_t *we_send, 
+static errno_t rtl8139_pause_get(ddf_fun_t *fun, nic_result_t *we_send,
     nic_result_t *we_receive, uint16_t *time)
 {
@@ -1537,5 +1537,5 @@
  *  @return EOK if succeed, INVAL if the pause frame has no sence
  */
-static errno_t rtl8139_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive, 
+static errno_t rtl8139_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive,
     uint16_t time)
 {
@@ -2091,5 +2091,5 @@
 		rtl8139->int_mask = INT_TIME_OUT;
 
-		/* Force timer interrupt start be writing nonzero value to timer 
+		/* Force timer interrupt start be writing nonzero value to timer
 		 * interrutp register (should be small to prevent big delay)
 		 * Read TCTR to reset timer counter
Index: uspace/drv/nic/rtl8139/general.c
===================================================================
--- uspace/drv/nic/rtl8139/general.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/rtl8139/general.c	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -72,7 +72,7 @@
 }
 
-/** Initialize the timer register structures 
+/** Initialize the timer register structures
  *
- *  The structure will be initialized to the state that the first call of 
+ *  The structure will be initialized to the state that the first call of
  *  rtl8139_timer_act_step function will be the period expiration
  *
@@ -84,5 +84,5 @@
  */
 errno_t rtl8139_timer_act_init(rtl8139_timer_act_t * ta, uint32_t timer_freq,
-    const struct timeval *time) 
+    const struct timeval *time)
 {
 	if (!ta || timer_freq == 0 || !time)
Index: uspace/drv/nic/rtl8169/driver.c
===================================================================
--- uspace/drv/nic/rtl8169/driver.c	(revision e0a5d4cfd543daee5dd5a861793ddd18dcb32c0b)
+++ uspace/drv/nic/rtl8169/driver.c	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -59,7 +59,7 @@
 static errno_t rtl8169_set_operation_mode(ddf_fun_t *fun, int speed,
     nic_channel_mode_t duplex, nic_role_t role);
-static errno_t rtl8169_pause_get(ddf_fun_t *fun, nic_result_t *we_send, 
+static errno_t rtl8169_pause_get(ddf_fun_t *fun, nic_result_t *we_send,
     nic_result_t *we_receive, uint16_t *time);
-static errno_t rtl8169_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive, 
+static errno_t rtl8169_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive,
     uint16_t time);
 static errno_t rtl8169_autoneg_enable(ddf_fun_t *fun, uint32_t advertisement);
@@ -237,5 +237,5 @@
 	/* Allocate TX ring */
 	rtl8169->tx_ring = AS_AREA_ANY;
-	rc = dmamem_map_anonymous(TX_RING_SIZE, DMAMEM_4GiB, 
+	rc = dmamem_map_anonymous(TX_RING_SIZE, DMAMEM_4GiB,
 	    AS_AREA_READ | AS_AREA_WRITE, 0, &rtl8169->tx_ring_phys,
 	    (void **)&rtl8169->tx_ring);
@@ -251,5 +251,5 @@
 	/* Allocate RX ring */
 	rtl8169->rx_ring = AS_AREA_ANY;
-	rc = dmamem_map_anonymous(RX_RING_SIZE, DMAMEM_4GiB, 
+	rc = dmamem_map_anonymous(RX_RING_SIZE, DMAMEM_4GiB,
 	    AS_AREA_READ | AS_AREA_WRITE, 0, &rtl8169->rx_ring_phys,
 	    (void **)&rtl8169->rx_ring);
@@ -265,5 +265,5 @@
 	/* Allocate TX buffers */
 	rtl8169->tx_buff = AS_AREA_ANY;
-	rc = dmamem_map_anonymous(TX_BUFFERS_SIZE, DMAMEM_4GiB, 
+	rc = dmamem_map_anonymous(TX_BUFFERS_SIZE, DMAMEM_4GiB,
 	    AS_AREA_READ | AS_AREA_WRITE, 0, &rtl8169->tx_buff_phys,
 	    &rtl8169->tx_buff);
@@ -277,5 +277,5 @@
 	/* Allocate RX buffers */
 	rtl8169->rx_buff = AS_AREA_ANY;
-	rc = dmamem_map_anonymous(RX_BUFFERS_SIZE, DMAMEM_4GiB, 
+	rc = dmamem_map_anonymous(RX_BUFFERS_SIZE, DMAMEM_4GiB,
 	    AS_AREA_READ | AS_AREA_WRITE, 0, &rtl8169->rx_buff_phys,
 	    &rtl8169->rx_buff);
@@ -594,5 +594,5 @@
 }
 
-static errno_t rtl8169_pause_get(ddf_fun_t *fun, nic_result_t *we_send, 
+static errno_t rtl8169_pause_get(ddf_fun_t *fun, nic_result_t *we_send,
     nic_result_t *we_receive, uint16_t *time)
 {
@@ -600,5 +600,5 @@
 }
 
-static errno_t rtl8169_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive, 
+static errno_t rtl8169_pause_set(ddf_fun_t *fun, int allow_send, int allow_receive,
     uint16_t time)
 {
