diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-04-04 21:35:39 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-05-02 19:02:35 -0700 |
commit | 54eee4c5bf553ad54ba200d00487b61eb6b155f6 (patch) | |
tree | 2892da7cf18607be4cd14d74eac8c3ca83eac845 /Documentation | |
parent | 0da0ead90122578ef6e4afba9ba4bcd3455fd8e8 (diff) |
PCI Documentation: power/pci.txt fix copy/paste error
Correct function name copy-paste error.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/power/pci.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt index b6a3cbf7e84..e00b099a4b8 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 |