Index: uspace/drv/usbmid/usbmid.c
===================================================================
--- uspace/drv/usbmid/usbmid.c	(revision e2b58a6341c15746ab86f118dd8b81be29b88909)
+++ uspace/drv/usbmid/usbmid.c	(revision a8e98498ab9ba036f7f59242ef8473599e3de826)
@@ -125,5 +125,5 @@
 /** Create new interface for USB MID device.
  *
- * @param dev Backing generic DDF child device (representing interface).
+ * @param fun Backing generic DDF device function (representing interface).
  * @param iface_no Interface number.
  * @return New interface.
Index: uspace/drv/usbmouse/init.c
===================================================================
--- uspace/drv/usbmouse/init.c	(revision e2b58a6341c15746ab86f118dd8b81be29b88909)
+++ uspace/drv/usbmouse/init.c	(revision a8e98498ab9ba036f7f59242ef8473599e3de826)
@@ -108,5 +108,5 @@
 /** Default handler for IPC methods not handled by DDF.
  *
- * @param dev Device handling the call.
+ * @param fun Device function handling the call.
  * @param icallid Call id.
  * @param icall Call data.
Index: uspace/drv/vhc/conndev.c
===================================================================
--- uspace/drv/vhc/conndev.c	(revision e2b58a6341c15746ab86f118dd8b81be29b88909)
+++ uspace/drv/vhc/conndev.c	(revision a8e98498ab9ba036f7f59242ef8473599e3de826)
@@ -110,5 +110,5 @@
 /** Callback for DDF when client disconnects.
  *
- * @param d Device the client was connected to.
+ * @param fun Device function the client was connected to.
  */
 void on_client_close(ddf_fun_t *fun)
