Commit 45f31226 authored by Masanari Iida's avatar Masanari Iida Committed by Jiri Kosina

Documentation: Fix typo in power-management.txt

Correct spelling "diconnect()" to "disconnect()" in
Documentation/usb/power-management.txt
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0c2daf81
...@@ -345,7 +345,7 @@ autosuspend the device. ...@@ -345,7 +345,7 @@ autosuspend the device.
Drivers need not be concerned about balancing changes to the usage Drivers need not be concerned about balancing changes to the usage
counter; the USB core will undo any remaining "get"s when a driver 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 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. returned.
Drivers using the async routines are responsible for their own Drivers using the async routines are responsible for their own
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment