Index: uspace/lib/usb/src/remotedrv.c
===================================================================
--- uspace/lib/usb/src/remotedrv.c	(revision bf2063e94a82470a8fe7f87b3d3645736a0207c7)
+++ uspace/lib/usb/src/remotedrv.c	(revision ee0d8a80ff3a427a6b7985ba4f8758440c006795)
@@ -300,5 +300,5 @@
  */
 static void remote_in_callback(usb_hc_device_t *hc,
-    usb_transaction_outcome_t outcome, size_t actual_size, void *arg)
+    size_t actual_size, usb_transaction_outcome_t outcome, void *arg)
 {
 	transfer_info_t *transfer = (transfer_info_t *) arg;
