usb: hub: rename khubd to hub_wq in documentation and comments
[deliverable/linux.git] / drivers / usb / wusbcore / devconnect.c
index 0677139c60654e1a350bce46f7f9e28634e87105..3f4f5fbded55bedeb25dabe6c820388b44969752 100644 (file)
@@ -329,7 +329,7 @@ void wusbhc_devconnect_ack(struct wusbhc *wusbhc, struct wusb_dn_connect *dnc,
        port->wusb_dev = wusb_dev;
        port->status |= USB_PORT_STAT_CONNECTION;
        port->change |= USB_PORT_STAT_C_CONNECTION;
-       /* Now the port status changed to connected; khubd will
+       /* Now the port status changed to connected; hub_wq will
         * pick the change up and try to reset the port to bring it to
         * the enabled state--so this process returns up to the stack
         * and it calls back into wusbhc_rh_port_reset().
@@ -343,7 +343,7 @@ error_unlock:
 /*
  * Disconnect a Wireless USB device from its fake port
  *
- * Marks the port as disconnected so that khubd can pick up the change
+ * Marks the port as disconnected so that hub_wq can pick up the change
  * and drops our knowledge about the device.
  *
  * Assumes there is a device connected
@@ -379,7 +379,7 @@ static void __wusbhc_dev_disconnect(struct wusbhc *wusbhc,
                wusbhc_gtk_rekey(wusbhc);
 
        /* The Wireless USB part has forgotten about the device already; now
-        * khubd's timer will pick up the disconnection and remove the USB
+        * hub_wq's timer will pick up the disconnection and remove the USB
         * device from the system
         */
 }
This page took 0.024336 seconds and 5 git commands to generate.