Commit 9575809c authored by Rafael J. Wysocki's avatar Rafael J. Wysocki Committed by Len Brown

Hibernation: Fix comment in disk.c

Fix a comment in kernel/power/disk.c so that it doesn't contain lines
longer that 80 characters.
Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 9628c0ee
...@@ -568,8 +568,8 @@ static int software_resume(void) ...@@ -568,8 +568,8 @@ static int software_resume(void)
if (noresume) { if (noresume) {
/** /**
* FIXME: If noresume is specified, we need to find the partition * FIXME: If noresume is specified, we need to find the
* and reset it back to normal swap space. * partition and reset it back to normal swap space.
*/ */
mutex_unlock(&pm_mutex); mutex_unlock(&pm_mutex);
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment