Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54eee4c5 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman
Browse files

PCI Documentation: power/pci.txt fix copy/paste error



Correct function name copy-paste error.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0da0ead9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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