projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0da0ead
)
PCI Documentation: power/pci.txt fix copy/paste error
author
Randy Dunlap
<randy.dunlap@oracle.com>
Thu, 5 Apr 2007 04:35:39 +0000
(21:35 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 3 May 2007 02:02:35 +0000
(19:02 -0700)
Correct function name copy-paste error.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/power/pci.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/power/pci.txt
b/Documentation/power/pci.txt
index b6a3cbf7e846d3d8dbd8fc4b133578c03ac6e07e..e00b099a4b8678844edc3f91427f1a184afe8648 100644
(file)
--- 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