diff options
author | Petr Mladek <pmladek@suse.cz> | 2014-09-19 11:32:23 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-09-24 01:33:19 -0400 |
commit | 37ebb54915dc42944f6ae92fe53b9531c3903801 (patch) | |
tree | 5e81856de30454af836ff583ec96e3a34591c312 /Documentation/DocBook | |
parent | 59d48b3f1fdf307115af38b91c3ea4ddb57b73a2 (diff) |
usb: hub: rename khubd to hub_wq in documentation and comments
USB hub has started to use a workqueue instead of kthread. Let's update
the documentation and comments here and there.
This patch mostly just replaces "khubd" with "hub_wq". There are only few
exceptions where the whole sentence was updated. These more complicated
changes can be found in the following files:
Documentation/usb/hotplug.txt
drivers/net/usb/usbnet.c
drivers/usb/core/hcd.c
drivers/usb/host/ohci-hcd.c
drivers/usb/host/xhci.c
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/usb.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/DocBook/usb.tmpl b/Documentation/DocBook/usb.tmpl index 85fc0e28576f..4cd5b2cd0f3d 100644 --- a/Documentation/DocBook/usb.tmpl +++ b/Documentation/DocBook/usb.tmpl | |||
@@ -593,7 +593,7 @@ for (;;) { | |||
593 | Each device has one control endpoint (endpoint zero) | 593 | Each device has one control endpoint (endpoint zero) |
594 | which supports a limited RPC style RPC access. | 594 | which supports a limited RPC style RPC access. |
595 | Devices are configured | 595 | Devices are configured |
596 | by khubd (in the kernel) setting a device-wide | 596 | by hub_wq (in the kernel) setting a device-wide |
597 | <emphasis>configuration</emphasis> that affects things | 597 | <emphasis>configuration</emphasis> that affects things |
598 | like power consumption and basic functionality. | 598 | like power consumption and basic functionality. |
599 | The endpoints are part of USB <emphasis>interfaces</emphasis>, | 599 | The endpoints are part of USB <emphasis>interfaces</emphasis>, |