Skip to content

Commit

Permalink
PCI Documentation: power/pci.txt fix copy/paste error
Browse files Browse the repository at this point in the history
Correct function name copy-paste error.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
rddunlap authored and gregkh committed May 3, 2007
1 parent 0da0ead commit 54eee4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/power/pci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54eee4c

Please sign in to comment.