diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt index b6a3cbf7e846d3d8dbd8fc4b133578c03ac6e07e..e00b099a4b8678844edc3f91427f1a184afe8648 100644 --- a/Documentation/power/pci.txt +++ b/Documentation/power/pci.txt @@ -203,7 +203,7 @@ resume Usage: -if (dev->driver && dev->driver->suspend) +if (dev->driver && dev->driver->resume) dev->driver->resume(dev) The resume callback may be called from any power state, and is always meant to