diff options
-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. | |||
345 | Drivers need not be concerned about balancing changes to the usage | 345 | Drivers need not be concerned about balancing changes to the usage |
346 | counter; the USB core will undo any remaining "get"s when a driver | 346 | counter; the USB core will undo any remaining "get"s when a driver |
347 | is unbound from its interface. As a corollary, drivers must not call | 347 | is unbound from its interface. As a corollary, drivers must not call |
348 | any of the usb_autopm_* functions after their diconnect() routine has | 348 | any of the usb_autopm_* functions after their disconnect() routine has |
349 | returned. | 349 | returned. |
350 | 350 | ||
351 | Drivers using the async routines are responsible for their own | 351 | Drivers using the async routines are responsible for their own |