diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-15 23:59:47 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-21 11:40:37 +0100 |
commit | 45f3122622e92fda1ee590ba740fa7cbd82d6ee3 (patch) | |
tree | 323749434c49f8045ed9247e889ca3f84858aa10 /Documentation/usb/power-management.txt | |
parent | 0c2daf810004e8fe13f8bd40ca8f277aeedbd08d (diff) | |
download | linux-exynos-45f3122622e92fda1ee590ba740fa7cbd82d6ee3.tar.gz linux-exynos-45f3122622e92fda1ee590ba740fa7cbd82d6ee3.tar.bz2 linux-exynos-45f3122622e92fda1ee590ba740fa7cbd82d6ee3.zip |
Documentation: Fix typo in power-management.txt
Correct spelling "diconnect()" to "disconnect()" in
Documentation/usb/power-management.txt
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/usb/power-management.txt')
-rw-r--r-- | Documentation/usb/power-management.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/power-management.txt b/Documentation/usb/power-management.txt index 12511c98cc4f..817df299ea07 100644 --- a/Documentation/usb/power-management.txt +++ b/Documentation/usb/power-management.txt @@ -345,7 +345,7 @@ autosuspend the device. Drivers need not be concerned about balancing changes to the usage counter; the USB core will undo any remaining "get"s when a driver is unbound from its interface. As a corollary, drivers must not call -any of the usb_autopm_* functions after their diconnect() routine has +any of the usb_autopm_* functions after their disconnect() routine has returned. Drivers using the async routines are responsible for their own |