aboutsummaryrefslogtreecommitdiff
path: root/kernel/power/hibernate.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-14PM: Fix typo in label name s/Platofrm_finish/Platform_finish/Thadeu Lima de Souza Cascardo1-3/+3
Although the same label name is used somewhere else in the file, this particular label was consistently typoed in all of its uses. Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
2009-06-12PM/Hibernate: Rename disk.c to hibernate.cRafael J. Wysocki1-0/+955
Change the name of kernel/power/disk.c to kernel/power/hibernate.c in analogy with the file names introduced by the changes that separated the suspend to RAM and standby funtionality from the common PM functions. Signed-off-by: Rafael J. Wysocki <[email protected]> Acked-by: Pavel Machek <[email protected]>