master/device.c
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 2372 d895cd1db2bf
child 2451 cc852c40e299
child 2453 d461b1f07296
--- a/master/device.c	Thu Sep 06 19:52:17 2012 +0200
+++ b/master/device.c	Thu Sep 06 20:22:24 2012 +0200
@@ -57,7 +57,7 @@
 /*****************************************************************************/
 
 /** Constructor.
- * 
+ *
  * \return 0 in case of success, else < 0
  */
 int ec_device_init(
@@ -524,7 +524,7 @@
     }
 
     EC_MASTER_INFO(master, "Releasing %s device %s.\n", dev_str, mac_str);
-    
+
     down(&master->device_sem);
     ec_device_detach(device);
     up(&master->device_sem);
@@ -587,7 +587,7 @@
  *
  * Forwards the received data to the master. The master will analyze the frame
  * and dispatch the received commands to the sending instances.
- * 
+ *
  * \ingroup DeviceInterface
  */
 void ecdev_receive(
@@ -631,7 +631,7 @@
  *
  * If the device notifies the master about the link being down, the master
  * will not try to send frames using this device.
- * 
+ *
  * \ingroup DeviceInterface
  */
 void ecdev_set_link(